fix XiZi/cortex-m4-emulator compile error from Wang_guozhu

it is OK
This commit is contained in:
xuedongliang
2022-03-30 18:22:30 +08:00
2 changed files with 8 additions and 17 deletions
+6 -1
View File
@@ -7,7 +7,7 @@ endif
ifeq ($(CONFIG_BOARD_STM32F103_NANO),y)
SRC_DIR := shared
SRC_DIR +=cortex-m3
SRC_DIR += cortex-m3
endif
ifeq ($(CONFIG_BOARD_STM32F407_EVB),y)
@@ -15,6 +15,11 @@ SRC_DIR := shared
SRC_DIR += cortex-m4
endif
ifeq ($(CONFIG_BOARD_CORTEX_M4_EVB),y)
SRC_DIR := shared
SRC_DIR += cortex-m4
endif
ifeq ($(CONFIG_BOARD_CORTEX_M7_EVB),y)
SRC_DIR := shared
SRC_DIR += cortex-m7