diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
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/ |