fix: fix the compilation error on cortex-m4-emulator

This commit is contained in:
Jiacheng Shi
2022-03-26 13:51:02 +08:00
parent 1a6e847b6b
commit 7e1307a3bb

View File

@@ -5,6 +5,11 @@ SRC_DIR := shared
SRC_DIR += cortex-m3
endif
ifeq ($(CONFIG_BOARD_CORTEX_M4_EVB),y)
SRC_DIR := shared
SRC_DIR += cortex-m4
endif
ifeq ($(CONFIG_BOARD_STM32F103_NANO),y)
SRC_DIR := shared
SRC_DIR += cortex-m3