From 5d0622f8f4743b6bdd2f5a63ce6d5fe8cddbb99e Mon Sep 17 00:00:00 2001 From: Elliot Berman Date: Sat, 14 Sep 2019 22:45:32 -0700 Subject: [PATCH] Add support for extra Make scripts Automatically include any firmware/*.mk scripts in Make system to allow templates to modify build process (e.g. add extra flags or dependencies). --- common.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common.mk b/common.mk index 27a333daf..2c178d5f6 100644 --- a/common.mk +++ b/common.mk @@ -162,6 +162,8 @@ ifeq ($(USE_PACKAGE),1) DEFAULT_BIN=$(HOT_BIN) endif +include $(FWDIR)/*.mk + .PHONY: all clean quick quick: $(DEFAULT_BIN)