]> git.proxmox.com Git - mirror_qemu.git/commit
Makefile: Don't add monitor/ twice to common-obj-y
authorMarkus Armbruster <armbru@redhat.com>
Wed, 19 Jun 2019 20:10:35 +0000 (22:10 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 2 Jul 2019 05:19:32 +0000 (07:19 +0200)
commit1824b2138991772f5f3baa1cc40f60d303eecd68
treec46cbfdec236ae6bc42449f26236ac272c381e22
parent8f920054f541749f1137a039deb3a210d9da4791
Makefile: Don't add monitor/ twice to common-obj-y

Both commit f1b3ccfaa68 "monitor: Move {hmp, qmp}.c to monitor/{hmp,
qmp}-cmds.c" and commit 7e3c0deab1b "monitor: Split out monitor/qmp.c"
added monitor/ to common-obj-y ifeq ($(CONFIG_SOFTMMU),y).  Revert the
second addition.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190619201050.19040-3-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Makefile.objs