diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:50 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-03-29 19:23:50 +0000 |
commit | 296af7c9524cffbedda258b95272ade25b0a726e (patch) | |
tree | 8c167b76aed3a7e9e04c28cb604393e914a94dd8 /Makefile.target | |
parent | de06f8d19310618dbef3d729ec4ded92fa05866b (diff) |
Refactor CPUState handling out of vl.c
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 16ea4431fa..a89158ae60 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 |