cleanup qemu Makefile*

This commit is contained in:
Nguyen Anh Quynh
2020-04-27 23:01:26 +08:00
parent d2c66b8386
commit cdd9340113
3 changed files with 1 additions and 22 deletions

View File

@@ -103,8 +103,6 @@ endif
dummy := $(call unnest-vars,, \
util-obj-y \
block-obj-y \
block-obj-m \
common-obj-y \
common-obj-m)
@@ -116,7 +114,6 @@ config-host.h-timestamp: config-host.mak
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-%: