allow to skip CPU_CORE

This commit is contained in:
hathach
2023-06-24 19:08:37 +07:00
parent 086c1d4090
commit 7d0ce5605a
5 changed files with 7 additions and 7 deletions

View File

@@ -137,5 +137,10 @@ else ifeq ($(LOGGER),swo)
CFLAGS += -DLOGGER_SWO
endif
# CPU specific flags
ifdef CPU_CORE
include $(TOP)/tools/make/cpu/$(CPU_CORE).mk
endif
# toolchain specific
include $(TOP)/tools/make/toolchain/arm_$(TOOLCHAIN).mk