forked from xuos/xiuos
fix: fix the compilation error on cortex-m4-emulator
This commit is contained in:
parent
1a6e847b6b
commit
7e1307a3bb
|
@ -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