move esp32s2 and rp2040 target rule to its family.mk

This commit is contained in:
hathach
2021-03-17 17:09:25 +07:00
parent ed8f117dd1
commit 2307fc3023
4 changed files with 65 additions and 68 deletions

View File

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