commit | 2d1794e9562ef39e320a1e08a34831c152c18c1a | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 11 19:03:53 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jul 15 20:58:37 2019 +0200 |
tree | 02f82bb77d3e571356609e6a500726381ad5fbce | |
parent | c363fd483c011755d05e14baae0f777cfdfded9e [diff] |
Makefile: do not repeat $(CONFIG_SOFTMMU) in hw/Makefile.objs The device directories must be included only for softmmu builds. Instead of repeating $(CONFIG_SOFTMMU), use an "if". Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>