summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-03-17 17:09:25 +0700
committerhathach <[email protected]>2021-03-17 20:13:22 +0700
commit2307fc302367e2b3a961be905bcb302394a155ca (patch)
treea742bdb73c5fd91cf9e14e9022a273a579e778d0 /examples/make.mk
parented8f117dd10ecaee1b8169f0c4af5217e03a4951 (diff)
move esp32s2 and rp2040 target rule to its family.mk
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