diff options
Diffstat (limited to 'tests/Makefile.mk')
-rw-r--r-- | tests/Makefile.mk | 2 |
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) |