summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-03-18 17:38:51 +0700
committerGitHub <[email protected]>2021-03-18 17:38:51 +0700
commite182bb2a5b27eca914a72e8c074dabd333603d34 (patch)
tree0933213bd5ca568710a08b7172530d13f9384e74 /examples/make.mk
parent881321e7635bf49253f7714912a24949501e4376 (diff)
parent253430a76585f529340e480397e07de567370b5f (diff)
Merge pull request #729 from hathach/cleanup-make
Cleanup make
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 53f633b18..e04a2592a 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -40,7 +40,7 @@ ifeq ($(FAMILY),)
include $(TOP)/hw/bsp/$(BOARD)/board.mk
else
# Include Family and Board specific defs
- -include $(TOP)/$(FAMILY_PATH)/family.mk
+ include $(TOP)/$(FAMILY_PATH)/family.mk
SRC_C += $(subst $(TOP)/,,$(wildcard $(TOP)/$(FAMILY_PATH)/*.c))
endif