summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-11-28 10:48:44 +0700
committerhathach <[email protected]>2020-11-28 10:48:44 +0700
commit630692d81b8cfdb459a28dad632cbe13ad031492 (patch)
treeef69041b669f96369287709b078d398d0b9fea20 /examples/make.mk
parentf0ffe7b9841a6767d86ff07a8fb099ab14893fd8 (diff)
move all nrf boards into its family group
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 62a01f2da..d19dd7f09 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -30,7 +30,6 @@ FAMILY_PATH = hw/bsp/$(FAMILY)
BUILD = _build/build-$(BOARD)
# Include Family and Board specific defs
--include $(TOP)/$(BOARD_PATH)/board.mk
include $(TOP)/$(FAMILY_PATH)/family.mk
#-------------- Cross Compiler ------------