[coreboot] [v2] r4848 - in trunk/coreboot-v2/src/cpu/emulation: . qemu-x86

svn at coreboot.org svn at coreboot.org
Sat Oct 24 21:07:05 CEST 2009


Author: uwe
Date: 2009-10-24 21:07:05 +0200 (Sat, 24 Oct 2009)
New Revision: 4848

Modified:
   trunk/coreboot-v2/src/cpu/emulation/Makefile.inc
   trunk/coreboot-v2/src/cpu/emulation/qemu-x86/Makefile.inc
Log:
Change QEMU CPU Makefile.inc files to match other CPUs.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Myles Watson <mylesgw at gmail.com>



Modified: trunk/coreboot-v2/src/cpu/emulation/Makefile.inc
===================================================================
--- trunk/coreboot-v2/src/cpu/emulation/Makefile.inc	2009-10-24 18:54:46 UTC (rev 4847)
+++ trunk/coreboot-v2/src/cpu/emulation/Makefile.inc	2009-10-24 19:07:05 UTC (rev 4848)
@@ -1 +1 @@
-subdirs-y += qemu-x86
+subdirs-$(CONFIG_CPU_EMULATION_QEMU_X86) += qemu-x86

Modified: trunk/coreboot-v2/src/cpu/emulation/qemu-x86/Makefile.inc
===================================================================
--- trunk/coreboot-v2/src/cpu/emulation/qemu-x86/Makefile.inc	2009-10-24 18:54:46 UTC (rev 4847)
+++ trunk/coreboot-v2/src/cpu/emulation/qemu-x86/Makefile.inc	2009-10-24 19:07:05 UTC (rev 4848)
@@ -1 +1 @@
-obj-$(CONFIG_CPU_EMULATION_QEMU_X86) += northbridge.o
+obj-y += northbridge.o





More information about the coreboot mailing list