From: Marc-André Lureau <[email protected]> Signed-off-by: Marc-André Lureau <[email protected]> --- Makefile.objs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile.objs b/Makefile.objs index 8a158b93bb..56d5e855da 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -35,8 +35,7 @@ qom-obj-y = qom/libqom.fa # single QEMU executable should support all CPUs and machines. ifeq ($(CONFIG_SOFTMMU),y) -common-obj-y = block/ -common-obj-y += dump/ +common-obj-y = dump/ common-obj-y += monitor/ common-obj-y += net/ common-obj-$(CONFIG_LINUX) += fsdev/ -- 2.21.0
