diff options
author | Pete Popov <ppopov@embeddedalley.com> | 2005-07-14 13:47:57 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:54 -0400 |
commit | bdf21b18b4abf983db38f04ef7fec88f47389867 (patch) | |
tree | b7e551f09f0ee39f4a59132be4c0890e1ba80d91 /arch/mips/Makefile | |
parent | e01402b115cccb6357f956649487aca2c6f7fbba (diff) |
Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it.
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 6780d115a7dc..d62787ab9fff 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -228,6 +228,7 @@ cflags-$(CONFIG_CPU_RM9000) += \ | |||
228 | $(call set_gccflags,rm9000,mips4,r5000,mips4,mips2) \ | 228 | $(call set_gccflags,rm9000,mips4,r5000,mips4,mips2) \ |
229 | -Wa,--trap | 229 | -Wa,--trap |
230 | 230 | ||
231 | |||
231 | cflags-$(CONFIG_CPU_SB1) += \ | 232 | cflags-$(CONFIG_CPU_SB1) += \ |
232 | $(call set_gccflags,sb1,mips64,r5000,mips4,mips2) \ | 233 | $(call set_gccflags,sb1,mips64,r5000,mips4,mips2) \ |
233 | -Wa,--trap | 234 | -Wa,--trap |
@@ -561,6 +562,19 @@ load-$(CONFIG_CASIO_E55) += 0xffffffff80004000 | |||
561 | load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000 | 562 | load-$(CONFIG_TANBAC_TB022X) += 0xffffffff80000000 |
562 | 563 | ||
563 | # | 564 | # |
565 | # Common Philips PNX8550 | ||
566 | # | ||
567 | core-$(CONFIG_SOC_PNX8550) += arch/mips/philips/pnx8550/common/ | ||
568 | cflags-$(CONFIG_SOC_PNX8550) += -Iinclude/asm-mips/mach-pnx8550 | ||
569 | |||
570 | # | ||
571 | # Philips PNX8550 JBS board | ||
572 | # | ||
573 | libs-$(CONFIG_PNX8550_JBS) += arch/mips/philips/pnx8550/jbs/ | ||
574 | #cflags-$(CONFIG_PNX8550_JBS) += -Iinclude/asm-mips/mach-pnx8550 | ||
575 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 | ||
576 | |||
577 | # | ||
564 | # SGI IP22 (Indy/Indigo2) | 578 | # SGI IP22 (Indy/Indigo2) |
565 | # | 579 | # |
566 | # Set the load address to >= 0xffffffff88069000 if you want to leave space for | 580 | # Set the load address to >= 0xffffffff88069000 if you want to leave space for |