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:
parent
7223780b07
commit
8d2ddff011
|
@ -1 +1 @@
|
||||||
subdirs-y += qemu-x86
|
subdirs-$(CONFIG_CPU_EMULATION_QEMU_X86) += qemu-x86
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
obj-$(CONFIG_CPU_EMULATION_QEMU_X86) += northbridge.o
|
obj-y += northbridge.o
|
||||||
|
|
Loading…
Reference in New Issue