diff options
| author | Philippe Mathieu-Daudé | 2020-01-18 15:06:17 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2020-01-24 20:59:09 +0100 |
| commit | 553ea760bcb1a97a5d7789b4e611c65b663e7e78 (patch) | |
| tree | bd32d0191a17f5837dc3e8a787b1625b1490e10b /Makefile.objs | |
| parent | Makefile: Restrict system emulation and tools objects (diff) | |
| download | qemu-553ea760bcb1a97a5d7789b4e611c65b663e7e78.tar.gz qemu-553ea760bcb1a97a5d7789b4e611c65b663e7e78.tar.xz qemu-553ea760bcb1a97a5d7789b4e611c65b663e7e78.zip | |
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.objs | 6 |
1 files changed, 2 insertions, 4 deletions
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 |
