From: Philippe Mathieu-Daudé Date: Sat, 18 Jan 2020 14:06:17 +0000 (+0100) Subject: Makefile: Remove unhelpful comment X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=553ea760bcb1a97a5d7789b4e611c65b663e7e78;p=qmiga%2Fqemu.git Makefile: Remove unhelpful comment It is pointless to keep qapi/ object separate from the other common-objects. Drop the comment. Reviewed-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Alex Bennée Message-Id: <20200118140619.26333-5-philmd@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/Makefile.objs b/Makefile.objs index 395dd1e670..c6321d0465 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