rename Makefile.test to Makefile.test.mk

This commit is contained in:
Laurent Perron
2017-07-31 09:36:36 -07:00
parent 0deaf865fe
commit a4ea8218da
2 changed files with 1 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ include $(OR_ROOT)makefiles/Makefile.archive.mk
include $(OR_ROOT)makefiles/Makefile.install.mk
# Include test
include $(OR_ROOT)makefiles/Makefile.test
include $(OR_ROOT)makefiles/Makefile.test.mk
# Finally include user makefile if it exists
-include $(OR_ROOT)Makefile.user