The file is only included from the top Makefile. Rename it to reflect this more obviously.
Signed-off-by: Fam Zheng <f...@redhat.com> --- Makefile | 2 +- tests/{Makefile => Makefile.include} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{Makefile => Makefile.include} (100%) diff --git a/Makefile b/Makefile index 3a3c5dc..0cd111b 100644 --- a/Makefile +++ b/Makefile @@ -161,7 +161,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 -- 2.8.2