commit | a57c228935fd55c4a1cf7c0b7823537c81914000 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sun Nov 04 04:49:44 2007 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Nov 15 23:21:48 2007 +0000 |
tree | 36a2aa23cf2f6aec80cb0c46469f8e9cdcddcabe | |
parent | a8049c53cdad347b5b1234969dba65a179fdf8f1 [diff] [blame] |
[MIPS] Qemu: Add early printk, your friend in a cold night. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/qemu/Makefile b/arch/mips/qemu/Makefile index cec24c1..2ba4ef3 100644 --- a/arch/mips/qemu/Makefile +++ b/arch/mips/qemu/Makefile
@@ -4,6 +4,7 @@ obj-y = q-firmware.o q-irq.o q-mem.o q-setup.o q-reset.o -obj-$(CONFIG_SMP) += q-smp.o +obj-$(CONFIG_EARLY_PRINTK) += q-console.o +obj-$(CONFIG_SMP) += q-smp.o EXTRA_CFLAGS += -Werror