aboutsummaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-01-18 15:06:17 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2020-01-24 20:59:09 +0100
commit553ea760bcb1a97a5d7789b4e611c65b663e7e78 (patch)
treebd32d0191a17f5837dc3e8a787b1625b1490e10b /Makefile.objs
parent4dd9c3d074e5060e3afe96dd8fd56d3670541edd (diff)
downloadqemu-553ea760bcb1a97a5d7789b4e611c65b663e7e78.zip
qemu-553ea760bcb1a97a5d7789b4e611c65b663e7e78.tar.gz
qemu-553ea760bcb1a97a5d7789b4e611c65b663e7e78.tar.bz2
Makefile: Remove unhelpful comment
It is pointless to keep qapi/ object separate from the other common-objects. Drop the comment. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20200118140619.26333-5-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.objs b/Makefile.objs
index 395dd1e..c6321d0 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -71,11 +71,9 @@ qemu-seccomp.o-libs := $(SECCOMP_LIBS)
common-obj-$(CONFIG_FDT) += device_tree.o
-######################################################################
-# qapi
-
common-obj-y += qapi/
-endif
+
+endif # CONFIG_SOFTMMU
#######################################################################
# Target-independent parts used in system and user emulation