aboutsummaryrefslogtreecommitdiff
path: root/Makefile.objs
diff options
context:
space:
mode:
authorLaurent Vivier <lvivier@redhat.com>2019-04-01 16:12:21 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2019-05-17 15:19:39 +0200
commit8d5d515a0fbfa7b6370656a9bee2f8eece1a890f (patch)
tree0e68eafdb7527343c24028feed0c3f9aef94f287 /Makefile.objs
parenta51259059503a197dd8fbc152786cbacf3127bbb (diff)
downloadqemu-8d5d515a0fbfa7b6370656a9bee2f8eece1a890f.zip
qemu-8d5d515a0fbfa7b6370656a9bee2f8eece1a890f.tar.gz
qemu-8d5d515a0fbfa7b6370656a9bee2f8eece1a890f.tar.bz2
build: chardev is only needed for softmmu targets
Move the dependency from SUBDIR_RULES to SOFTMMU_SUBDIR_RULES Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Laurent Vivier <lvivier@redhat.com> Message-Id: <20190401141222.30034-5-lvivier@redhat.com>
Diffstat (limited to 'Makefile.objs')
-rw-r--r--Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs
index dda5bbc..43c9e45 100644
--- a/Makefile.objs
+++ b/Makefile.objs
@@ -129,9 +129,9 @@ trace-events-subdirs += accel/kvm
trace-events-subdirs += accel/tcg
trace-events-subdirs += authz
trace-events-subdirs += block
-trace-events-subdirs += chardev
trace-events-subdirs += crypto
ifeq ($(CONFIG_SOFTMMU),y)
+trace-events-subdirs += chardev
trace-events-subdirs += audio
trace-events-subdirs += hw/9pfs
trace-events-subdirs += hw/acpi