See patch. This adapts the behavior to match that of the other CPUs, please correct me if this is the wrong thing to do. It's build- and runtime-tested on QEMU.
Uwe. -- http://www.hermann-uwe.de | http://www.randomprojects.org http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Change QEMU CPU Makefile.inc files to match other CPUs. Signed-off-by: Uwe Hermann <[email protected]> Index: src/cpu/emulation/Makefile.inc =================================================================== --- src/cpu/emulation/Makefile.inc (Revision 4780) +++ src/cpu/emulation/Makefile.inc (Arbeitskopie) @@ -1 +1 @@ -subdirs-y += qemu-x86 +subdirs-$(CONFIG_CPU_EMULATION_QEMU_X86) += qemu-x86 Index: src/cpu/emulation/qemu-x86/Makefile.inc =================================================================== --- src/cpu/emulation/qemu-x86/Makefile.inc (Revision 4780) +++ src/cpu/emulation/qemu-x86/Makefile.inc (Arbeitskopie) @@ -1 +1 @@ -obj-$(CONFIG_CPU_EMULATION_QEMU_X86) += northbridge.o +obj-y += northbridge.o
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

