From: Fam Zheng Date: Wed, 1 Jun 2016 02:23:31 +0000 (+0800) Subject: tests: Rename tests/Makefile to tests/Makefile.include X-Git-Tag: v2.7.0-rc0~141^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=46e7b70699d8bf4db08c8bb5111974318dd5416d;p=thirdparty%2Fqemu.git 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 Message-Id: <1464747811-26917-1-git-send-email-famz@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/Makefile b/Makefile index b8563db6867..ae75dd29e59 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 diff --git a/tests/Makefile b/tests/Makefile.include similarity index 100% rename from tests/Makefile rename to tests/Makefile.include