summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFam Zheng2016-06-01 04:23:31 +0200
committerPaolo Bonzini2016-06-06 18:57:05 +0200
commit46e7b70699d8bf4db08c8bb5111974318dd5416d (patch)
treedfb876263929227ab1861cb19ce27f4cea1fdc2b /Makefile
parentMerge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160606-... (diff)
downloadqemu-46e7b70699d8bf4db08c8bb5111974318dd5416d.tar.gz
qemu-46e7b70699d8bf4db08c8bb5111974318dd5416d.tar.xz
qemu-46e7b70699d8bf4db08c8bb5111974318dd5416d.zip
tests: Rename tests/Makefile to tests/Makefile.include
The file is only included from the top Makefile. Rename it to reflect this more obviously. Signed-off-by: Fam Zheng <famz@redhat.com> Message-Id: <1464747811-26917-1-git-send-email-famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8563db686..ae75dd29e5 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,7 @@ dummy := $(call unnest-vars,, \
common-obj-m)
ifneq ($(wildcard config-host.mak),)
-include $(SRC_PATH)/tests/Makefile
+include $(SRC_PATH)/tests/Makefile.include
endif
all: $(DOCS) $(TOOLS) $(HELPERS-y) recurse-all modules