diff options
author | Wu Zhangjin <wuzj@lemote.com> | 2009-07-02 11:20:20 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 14:07:45 -0400 |
commit | f6a2740d0c1b3fd0d3cc8ec17e232f82f2d8b14c (patch) | |
tree | e65bc529fd5973fbc2f94bbcf55fce169075736f /arch/mips/lemote/lm2e/Makefile | |
parent | 95ff7c955376d5bd52f044f445ea04eab4fb0f9a (diff) |
MIPS: Loongson: Add new early_printk implmentation
This patch is based on the implementation in the lm2e-fixes branch of
Philippe's git://git.linux-cisco.org/linux-mips.git and the
malta-specific early_printk implementation.
Signed-off-by: Wu Zhangjin <wuzj@lemote.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 |