summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-29 19:23:50 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-29 19:23:50 +0000
commit296af7c9524cffbedda258b95272ade25b0a726e (patch)
tree8c167b76aed3a7e9e04c28cb604393e914a94dd8 /Makefile.target
parentde06f8d19310618dbef3d729ec4ded92fa05866b (diff)
downloadhqemu-296af7c9524cffbedda258b95272ade25b0a726e.zip
hqemu-296af7c9524cffbedda258b95272ade25b0a726e.tar.gz
Refactor CPUState handling out of vl.c
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 16ea443..a89158a 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -161,7 +161,7 @@ endif #CONFIG_BSD_USER
# System emulator target
ifdef CONFIG_SOFTMMU
-obj-y = vl.o monitor.o machine.o gdbstub.o
+obj-y = vl.o cpus.o monitor.o machine.o gdbstub.o
obj-y += qemu-timer.o
# virtio has to be here due to weird dependency between PCI and virtio-net.
# need to fix this properly
OpenPOWER on IntegriCloud