diff options
author | Pete Popov <ppopov@embeddedalley.com> | 2005-03-01 01:33:16 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:47 -0400 |
commit | e3ad1c23ba72214669b364c6fa304531dc768c3e (patch) | |
tree | bc1e0004d3df66b4c37a2deb8d89431657039719 /arch/mips/Makefile | |
parent | 784f7b9d895893c6aa3ca471c1344a62fc29c285 (diff) |
Base Au1200 2.6 support.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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/ |