diff options
-rw-r--r-- | arch/mips/Kbuild.platforms | 1 | ||||
-rw-r--r-- | arch/mips/Makefile | 7 | ||||
-rw-r--r-- | arch/mips/wrppmc/Makefile | 4 | ||||
-rw-r--r-- | arch/mips/wrppmc/Platform | 7 |
4 files changed, 9 insertions, 10 deletions
diff --git a/arch/mips/Kbuild.platforms b/arch/mips/Kbuild.platforms index 61f150bf8907..ad35f7bb8cd0 100644 --- a/arch/mips/Kbuild.platforms +++ b/arch/mips/Kbuild.platforms | |||
@@ -15,6 +15,7 @@ platforms += sgi-ip27 | |||
15 | platforms += sgi-ip32 | 15 | platforms += sgi-ip32 |
16 | platforms += sni | 16 | platforms += sni |
17 | platforms += vr41xx | 17 | platforms += vr41xx |
18 | platforms += wrppmc | ||
18 | 19 | ||
19 | # include the platform specific files | 20 | # include the platform specific files |
20 | include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) | 21 | include $(patsubst %, $(srctree)/arch/mips/%/Platform, $(platforms)) |
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 10e8a293a01f..ff681502f6df 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -192,13 +192,6 @@ endif | |||
192 | include $(srctree)/arch/mips/Kbuild.platforms | 192 | include $(srctree)/arch/mips/Kbuild.platforms |
193 | 193 | ||
194 | # | 194 | # |
195 | # Wind River PPMC Board (4KC + GT64120) | ||
196 | # | ||
197 | core-$(CONFIG_WR_PPMC) += arch/mips/wrppmc/ | ||
198 | cflags-$(CONFIG_WR_PPMC) += -I$(srctree)/arch/mips/include/asm/mach-wrppmc | ||
199 | load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 | ||
200 | |||
201 | # | ||
202 | # LASAT platforms | 195 | # LASAT platforms |
203 | # | 196 | # |
204 | core-$(CONFIG_LASAT) += arch/mips/lasat/ | 197 | core-$(CONFIG_LASAT) += arch/mips/lasat/ |
diff --git a/arch/mips/wrppmc/Makefile b/arch/mips/wrppmc/Makefile index b49d282bee8a..307cc6920ce6 100644 --- a/arch/mips/wrppmc/Makefile +++ b/arch/mips/wrppmc/Makefile | |||
@@ -6,9 +6,7 @@ | |||
6 | # Copyright 2006 Wind River System, Inc. | 6 | # Copyright 2006 Wind River System, Inc. |
7 | # Author: Rongkai.Zhan <rongkai.zhan@windriver.com> | 7 | # Author: Rongkai.Zhan <rongkai.zhan@windriver.com> |
8 | # | 8 | # |
9 | # Makefile for the Wind River MIPS 4KC PPMC Eval Board | 9 | # Makefile for the Wind River MIPS 4Kc PPMC Eval Board |
10 | # | 10 | # |
11 | 11 | ||
12 | obj-y += irq.o pci.o reset.o serial.o setup.o time.o | 12 | obj-y += irq.o pci.o reset.o serial.o setup.o time.o |
13 | |||
14 | EXTRA_CFLAGS += -Werror | ||
diff --git a/arch/mips/wrppmc/Platform b/arch/mips/wrppmc/Platform new file mode 100644 index 000000000000..e758645e9681 --- /dev/null +++ b/arch/mips/wrppmc/Platform | |||
@@ -0,0 +1,7 @@ | |||
1 | # | ||
2 | # Wind River PPMC Board (4KC + GT64120) | ||
3 | # | ||
4 | platform-$(CONFIG_WR_PPMC) += wrppmc/ | ||
5 | cflags-$(CONFIG_WR_PPMC) += \ | ||
6 | -I$(srctree)/arch/mips/include/asm/mach-wrppmc | ||
7 | load-$(CONFIG_WR_PPMC) += 0xffffffff80100000 | ||