summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2014-02-27 21:28:03 +0100
committerPeter Maydell <peter.maydell@linaro.org>2014-03-04 13:02:23 +0000
commit57f45b6207a65d96ee4913f33f1ec46cd32a083a (patch)
tree7b6174ca0c12e1f94bc58c58fb8727db865607bd /Makefile
parentd844a7b6569fb2b5252773444b18841426e5b906 (diff)
downloadqemu-57f45b6207a65d96ee4913f33f1ec46cd32a083a.tar.gz
Makefile: Add missing dependency for system emulation (fix build)
Comment from Makefile.objs: The system emulation needs this dependency (which was missing in Makefile), otherwise builds without tools (or massive parallel builds) fail. Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a28a3c8d49..a0dafbf040 100644
--- a/Makefile
+++ b/Makefile
@@ -159,6 +159,7 @@ qemu-options.def: $(SRC_PATH)/qemu-options.hx
SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS))
SOFTMMU_SUBDIR_RULES=$(filter %-softmmu,$(SUBDIR_RULES))
+$(SOFTMMU_SUBDIR_RULES): $(block-obj-y)
$(SOFTMMU_SUBDIR_RULES): config-all-devices.mak
subdir-%: