Guard Makefile.hal against Make trying to remake it

This commit is contained in:
Philippe Teuwen 2019-08-09 16:03:14 +02:00
parent 5051ea429d
commit 7722f3af99

View file

@ -2,6 +2,8 @@
PLATFORM?=PM3RDV4
# Standalone Mode info (path depends if make is called at top or from armsrc)
# Guard Makefile.hal against implicit rules: (with % to avoid being first goal)
%/Makefile.hal: ;
-include armsrc/Standalone/Makefile.hal
-include Standalone/Makefile.hal
ifndef DEFAULT_STANDALONE