move all nrf boards into its family group

This commit is contained in:
hathach
2020-11-28 10:48:44 +07:00
parent f0ffe7b984
commit 630692d81b
15 changed files with 49 additions and 298 deletions

View File

@@ -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 ------------