On Fri, Oct 16, 2009 at 02:24:31AM +0200, Uwe Hermann wrote: > 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.
> 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 Ping? Does this make sense? Is there a reason the QEMU target should look different to the other ones? Uwe. -- http://www.hermann-uwe.de | http://www.randomprojects.org http://www.crazy-hacks.org | http://www.unmaintained-free-software.org -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

