diff options
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 5f2dfcddb9f2..99da8a2850c7 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -266,6 +266,13 @@ cflags-$(CONFIG_MIPS_PB1550) += -Iinclude/asm-mips/mach-pb1x00 | |||
266 | load-$(CONFIG_MIPS_PB1550) += 0xffffffff80100000 | 266 | load-$(CONFIG_MIPS_PB1550) += 0xffffffff80100000 |
267 | 267 | ||
268 | # | 268 | # |
269 | # AMD Alchemy Pb1200 eval board | ||
270 | # | ||
271 | libs-$(CONFIG_MIPS_PB1200) += arch/mips/au1000/pb1200/ | ||
272 | cflags-$(CONFIG_MIPS_PB1200) += -Iinclude/asm-mips/mach-pb1x00 | ||
273 | load-$(CONFIG_MIPS_PB1200) += 0xffffffff80100000 | ||
274 | |||
275 | # | ||
269 | # AMD Alchemy Db1000 eval board | 276 | # AMD Alchemy Db1000 eval board |
270 | # | 277 | # |
271 | libs-$(CONFIG_MIPS_DB1000) += arch/mips/au1000/db1x00/ | 278 | libs-$(CONFIG_MIPS_DB1000) += arch/mips/au1000/db1x00/ |
@@ -294,6 +301,13 @@ cflags-$(CONFIG_MIPS_DB1550) += -Iinclude/asm-mips/mach-db1x00 | |||
294 | load-$(CONFIG_MIPS_DB1550) += 0xffffffff80100000 | 301 | load-$(CONFIG_MIPS_DB1550) += 0xffffffff80100000 |
295 | 302 | ||
296 | # | 303 | # |
304 | # AMD Alchemy Db1200 eval board | ||
305 | # | ||
306 | libs-$(CONFIG_MIPS_DB1200) += arch/mips/au1000/pb1200/ | ||
307 | cflags-$(CONFIG_MIPS_DB1200) += -Iinclude/asm-mips/mach-db1x00 | ||
308 | load-$(CONFIG_MIPS_DB1200) += 0xffffffff80100000 | ||
309 | |||
310 | # | ||
297 | # AMD Alchemy Bosporus eval board | 311 | # AMD Alchemy Bosporus eval board |
298 | # | 312 | # |
299 | libs-$(CONFIG_MIPS_BOSPORUS) += arch/mips/au1000/db1x00/ | 313 | libs-$(CONFIG_MIPS_BOSPORUS) += arch/mips/au1000/db1x00/ |