Makefile: Don't add monitor/ twice to common-obj-y
Both commitf1b3ccfaa6
"monitor: Move {hmp, qmp}.c to monitor/{hmp, qmp}-cmds.c" and commit7e3c0deab1
"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>
This commit is contained in:
parent
8f920054f5
commit
1824b21389
@ -85,7 +85,6 @@ common-obj-$(CONFIG_FDT) += device_tree.o
|
||||
# qapi
|
||||
|
||||
common-obj-y += qapi/
|
||||
common-obj-y += monitor/
|
||||
endif
|
||||
|
||||
#######################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user