diff options
Diffstat (limited to 'arch/mips/lemote/lm2e/Makefile')
-rw-r--r-- | arch/mips/lemote/lm2e/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/lemote/lm2e/Makefile b/arch/mips/lemote/lm2e/Makefile index b0c03390241d..f19173252d6a 100644 --- a/arch/mips/lemote/lm2e/Makefile +++ b/arch/mips/lemote/lm2e/Makefile | |||
@@ -4,4 +4,9 @@ | |||
4 | 4 | ||
5 | obj-y += setup.o prom.o reset.o irq.o pci.o bonito-irq.o mem.o | 5 | obj-y += setup.o prom.o reset.o irq.o pci.o bonito-irq.o mem.o |
6 | 6 | ||
7 | # | ||
8 | # Early printk support | ||
9 | # | ||
10 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | ||
11 | |||
7 | EXTRA_CFLAGS += -Werror | 12 | EXTRA_CFLAGS += -Werror |