summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorGonglei2014-10-07 10:00:05 +0200
committerGerd Hoffmann2014-10-15 09:49:48 +0200
commitbc74112f7e857a662b1802145ca4cb9230de2f5c (patch)
tree62403075f0355c97212e640ae08c91a0ce2c283b /Makefile.target
parentMerge remote-tracking branch 'remotes/cohuck/tags/s390x-20141010' into staging (diff)
downloadqemu-bc74112f7e857a662b1802145ca4cb9230de2f5c.tar.gz
qemu-bc74112f7e857a662b1802145ca4cb9230de2f5c.tar.xz
qemu-bc74112f7e857a662b1802145ca4cb9230de2f5c.zip
bootdevice: move bootdevice related code to new file bootdevice.c
Signed-off-by: Gonglei <arei.gonglei@huawei.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.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 1e8d7abcb3..e9ff1eed7b 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -127,7 +127,7 @@ endif #CONFIG_BSD_USER
# System emulator target
ifdef CONFIG_SOFTMMU
obj-y += arch_init.o cpus.o monitor.o gdbstub.o balloon.o ioport.o numa.o
-obj-y += qtest.o
+obj-y += qtest.o bootdevice.o
obj-y += hw/
obj-$(CONFIG_FDT) += device_tree.o
obj-$(CONFIG_KVM) += kvm-all.o