diff options
author | Vitaly Wool <vitalywool@gmail.com> | 2006-12-08 03:40:35 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-12-08 20:04:00 -0500 |
commit | f0647a52974daccbe20990fb6341f07792445fe0 (patch) | |
tree | 535e0cc2f3dc79136656eee10820fdbcc57bc841 /arch/mips/Makefile | |
parent | c25c79d80e02db1bd993426f979c5f1b42a0f132 (diff) |
[PATCH] add STB810 support (Philips PNX8550-based)
Signed-off-by: Vitaly Wool <vitalywool@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Makefile')
-rw-r--r-- | arch/mips/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 8eb6fc1f5559..d1b026a0337d 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile | |||
@@ -463,6 +463,11 @@ libs-$(CONFIG_PNX8550_JBS) += arch/mips/philips/pnx8550/jbs/ | |||
463 | #cflags-$(CONFIG_PNX8550_JBS) += -Iinclude/asm-mips/mach-pnx8550 | 463 | #cflags-$(CONFIG_PNX8550_JBS) += -Iinclude/asm-mips/mach-pnx8550 |
464 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 | 464 | load-$(CONFIG_PNX8550_JBS) += 0xffffffff80060000 |
465 | 465 | ||
466 | # Philips PNX8550 STB810 board | ||
467 | # | ||
468 | libs-$(CONFIG_PNX8550_STB810) += arch/mips/philips/pnx8550/stb810/ | ||
469 | load-$(CONFIG_PNX8550_STB810) += 0xffffffff80060000 | ||
470 | |||
466 | # NEC EMMA2RH boards | 471 | # NEC EMMA2RH boards |
467 | # | 472 | # |
468 | core-$(CONFIG_EMMA2RH) += arch/mips/emma2rh/common/ | 473 | core-$(CONFIG_EMMA2RH) += arch/mips/emma2rh/common/ |