summaryrefslogtreecommitdiffstats
path: root/src/cpu/emulation/Makefile.inc
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-10-24 19:07:05 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-10-24 19:07:05 +0000
commit8d2ddff011700744d2374a95f8c807dbdfb85603 (patch)
tree95972d9c797b15fe4a93d682adc3732cb65a7b8f /src/cpu/emulation/Makefile.inc
parent7223780b0742d18880e71e02883ef39298d75131 (diff)
downloadcoreboot-staging-8d2ddff011700744d2374a95f8c807dbdfb85603.zip
coreboot-staging-8d2ddff011700744d2374a95f8c807dbdfb85603.tar.gz
Change QEMU CPU Makefile.inc files to match other CPUs.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4848 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/emulation/Makefile.inc')
-rw-r--r--src/cpu/emulation/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/emulation/Makefile.inc b/src/cpu/emulation/Makefile.inc
index ac166af..f98d385 100644
--- a/src/cpu/emulation/Makefile.inc
+++ b/src/cpu/emulation/Makefile.inc
@@ -1 +1 @@
-subdirs-y += qemu-x86
+subdirs-$(CONFIG_CPU_EMULATION_QEMU_X86) += qemu-x86
OpenPOWER on IntegriCloud