summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-11-28 00:45:44 +0700
committerhathach <[email protected]>2020-11-28 00:45:44 +0700
commit658194ccc4e71f867534c4e2cb99baff2937801c (patch)
treea56c1e96151de63179ed186515cbe3a978653a8a /examples/make.mk
parent4130c50b011f0156fed77d2b3428e2ade8b80013 (diff)
group more nrf boards
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 ec536d2cb..62a01f2da 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -30,8 +30,8 @@ FAMILY_PATH = hw/bsp/$(FAMILY)
BUILD = _build/build-$(BOARD)
# Include Family and Board specific defs
-include $(TOP)/$(FAMILY_PATH)/family.mk
-include $(TOP)/$(BOARD_PATH)/board.mk
+include $(TOP)/$(FAMILY_PATH)/family.mk
#-------------- Cross Compiler ------------
# Can be set by board, default to ARM GCC