summaryrefslogtreecommitdiff
path: root/tests/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.mk')
-rw-r--r--tests/Makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.mk b/tests/Makefile.mk
index 584b4c0c9d..f838f8336b 100644
--- a/tests/Makefile.mk
+++ b/tests/Makefile.mk
@@ -44,7 +44,7 @@ $(foreach attribute,$(attributes),
$(eval $(1)$(2)-stage := $(if $($(1)$(2)-stage),$($(1)$(2)-stage),ramstage))
$(if $(findstring $($(1)$(2)-stage), $(stages)),,
$(error Wrong $(1)$(2)-stage value $($(1)$(2)-stage). \
- Check your $(dir $(1)$(2))Makefile.inc))
+ Check your $(dir $(1)$(2))Makefile.mk))
endef
$(call add-special-class, tests)