diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index d333ce4ba26b..e521826b4234 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -280,13 +280,6 @@ cflags-$(CONFIG_MIPS_EV64120) += -Iinclude/asm-mips/mach-ev64120 | |||
280 | load-$(CONFIG_MIPS_EV64120) += 0xffffffff80100000 | 280 | load-$(CONFIG_MIPS_EV64120) += 0xffffffff80100000 |
281 | 281 | ||
282 | # | 282 | # |
283 | # Galileo EV96100 Board | ||
284 | # | ||
285 | core-$(CONFIG_MIPS_EV96100) += arch/mips/galileo-boards/ev96100/ | ||
286 | cflags-$(CONFIG_MIPS_EV96100) += -Iinclude/asm-mips/mach-ev96100 | ||
287 | load-$(CONFIG_MIPS_EV96100) += 0xffffffff80100000 | ||
288 | |||
289 | # | ||
290 | # Wind River PPMC Board (4KC + GT64120) | 283 | # Wind River PPMC Board (4KC + GT64120) |
291 | # | 284 | # |
292 | core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ | 285 | core-$(CONFIG_WR_PPMC) += arch/mips/gt64120/wrppmc/ |
@@ -330,6 +323,7 @@ load-$(CONFIG_MIPS_MALTA) += 0xffffffff80100000 | |||
330 | # MIPS SEAD board | 323 | # MIPS SEAD board |
331 | # | 324 | # |
332 | core-$(CONFIG_MIPS_SEAD) += arch/mips/mips-boards/sead/ | 325 | core-$(CONFIG_MIPS_SEAD) += arch/mips/mips-boards/sead/ |
326 | cflags-$(CONFIG_MIPS_SEAD) += -Iinclude/asm-mips/mach-mips | ||
333 | load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 | 327 | load-$(CONFIG_MIPS_SEAD) += 0xffffffff80100000 |
334 | 328 | ||
335 | # | 329 | # |