From 8d2ddff011700744d2374a95f8c807dbdfb85603 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 24 Oct 2009 19:07:05 +0000 Subject: Change QEMU CPU Makefile.inc files to match other CPUs. Signed-off-by: Uwe Hermann Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4848 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/emulation/Makefile.inc | 2 +- src/cpu/emulation/qemu-x86/Makefile.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpu/emulation/Makefile.inc b/src/cpu/emulation/Makefile.inc index ac166afb09..f98d3854be 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 diff --git a/src/cpu/emulation/qemu-x86/Makefile.inc b/src/cpu/emulation/qemu-x86/Makefile.inc index 840af27d35..ea44b26cbe 100644 --- a/src/cpu/emulation/qemu-x86/Makefile.inc +++ b/src/cpu/emulation/qemu-x86/Makefile.inc @@ -1 +1 @@ -obj-$(CONFIG_CPU_EMULATION_QEMU_X86) += northbridge.o +obj-y += northbridge.o -- cgit v1.2.3