forked from xuos/xiuos
feat change edu arm32 board name from hc32f4a0 to edu-arm32
This commit is contained in:
@@ -25,7 +25,7 @@ SRC_DIR := shared
|
||||
SRC_DIR += cortex-m4
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_BOARD_HC32F4A0_EVB),y)
|
||||
ifeq ($(CONFIG_BOARD_EDU_ARM32_EVB),y)
|
||||
SRC_DIR := shared
|
||||
SRC_DIR += cortex-m4
|
||||
endif
|
||||
|
||||
@@ -14,7 +14,7 @@ SRC_FILES += svc_handle.c mpu.c
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_BOARD_HC32F4A0_EVB),y)
|
||||
ifeq ($(CONFIG_BOARD_EDU_ARM32_EVB),y)
|
||||
SRC_DIR += hc32f4a0
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user