]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.target
util: Fix compilation of envlist.c for MinGW
[qemu.git] / Makefile.target
index eb84b1f8e3ddeadc4cd2b81c4143cc6510c0aaf8..760da1edf6d13506bf4ca70add0ffd0226495f30 100644 (file)
@@ -145,8 +145,7 @@ nested-vars += obj-y
 include $(SRC_PATH)/Makefile.objs
 
 all-obj-y = $(obj-y)
-all-obj-y += $(addprefix ../, $(universal-obj-y))
-all-obj-$(CONFIG_SOFTMMU) += $(addprefix ../, $(common-obj-y))
+all-obj-y += $(addprefix ../, $(common-obj-y))
 
 ifdef QEMU_PROGW
 # The linker builds a windows executable. Make also a console executable.