diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2011-05-06 22:06:57 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-05-19 10:55:40 +0200 |
commit | 7f058e852b229ec77b37676b2b78baf2e78ffee8 (patch) | |
tree | 5c0415b6fdeae671c4bbac77e7660d3588cc15f0 /arch/mips/netlogic/xlr | |
parent | MIPS: Platform files for XLR/XLS processor support (diff) | |
download | linux-7f058e852b229ec77b37676b2b78baf2e78ffee8.tar.xz linux-7f058e852b229ec77b37676b2b78baf2e78ffee8.zip |
MIPS: Kconfig and Makefile update for Netlogic XLR/XLS
Add NLM_XLR_BOARD, CPU_XLR and other config options
Makefile updates, mostly based on r4k
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2334/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/netlogic/xlr')
-rw-r--r-- | arch/mips/netlogic/xlr/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/netlogic/xlr/Makefile b/arch/mips/netlogic/xlr/Makefile new file mode 100644 index 000000000000..9bd3f731f62e --- /dev/null +++ b/arch/mips/netlogic/xlr/Makefile @@ -0,0 +1,5 @@ +obj-y += setup.o platform.o irq.o setup.o time.o +obj-$(CONFIG_SMP) += smp.o smpboot.o +obj-$(CONFIG_EARLY_PRINTK) += xlr_console.o + +EXTRA_CFLAGS += -Werror |