Skip to content

Commit

Permalink
Add support for extra Make scripts
Browse files Browse the repository at this point in the history
Automatically include any firmware/*.mk scripts in Make system to allow
templates to modify build process (e.g. add extra flags or
dependencies).
  • Loading branch information
edjubuh committed Sep 15, 2019
1 parent acda534 commit 5d0622f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ ifeq ($(USE_PACKAGE),1)
DEFAULT_BIN=$(HOT_BIN)
endif

include $(FWDIR)/*.mk

.PHONY: all clean quick

quick: $(DEFAULT_BIN)
Expand Down

0 comments on commit 5d0622f

Please sign in to comment.