fix: fix the compilation error on cortex-m4-emulator
This commit is contained in:
parent
d843084590
commit
c1673fdd7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue