[coreboot] [PATCH] kconfig: Fix QEMU CPU Makefile.inc files

Uwe Hermann uwe at hermann-uwe.de
Sat Oct 24 00:57:46 CEST 2009


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 <uwe at hermann-uwe.de>
> 
> 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




More information about the coreboot mailing list