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 <[email protected]>
Acked-by: Myles Watson <[email protected]>



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


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to