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
This commit is contained in:
Uwe Hermann 2009-10-24 19:07:05 +00:00
parent 7223780b07
commit 8d2ddff011
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
subdirs-y += qemu-x86 subdirs-$(CONFIG_CPU_EMULATION_QEMU_X86) += qemu-x86

View File

@ -1 +1 @@
obj-$(CONFIG_CPU_EMULATION_QEMU_X86) += northbridge.o obj-y += northbridge.o