Guard Makefile.hal against Make trying to remake it
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
PLATFORM?=PM3RDV4
|
PLATFORM?=PM3RDV4
|
||||||
|
|
||||||
# Standalone Mode info (path depends if make is called at top or from armsrc)
|
# 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 armsrc/Standalone/Makefile.hal
|
||||||
-include Standalone/Makefile.hal
|
-include Standalone/Makefile.hal
|
||||||
ifndef DEFAULT_STANDALONE
|
ifndef DEFAULT_STANDALONE
|
||||||
|
|||||||
Reference in New Issue
Block a user