Minor build system fix
Correct a case-sensitive file extension issue in the MAX32690 build scripts. Did not present itself as an issue under MinGW or MSYS, just Linux.
This commit is contained in:
@@ -44,7 +44,7 @@ function(add_board_target BOARD_TARGET)
|
|||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# Startup & Linker script
|
# Startup & Linker script
|
||||||
set(STARTUP_FILE_GNU ${MAX32_CMSIS}/Device/Maxim/MAX32690/Source/GCC/startup_max32690.s)
|
set(STARTUP_FILE_GNU ${MAX32_CMSIS}/Device/Maxim/MAX32690/Source/GCC/startup_max32690.S)
|
||||||
set(STARTUP_FILE_Clang ${STARTUP_FILE_GNU})
|
set(STARTUP_FILE_Clang ${STARTUP_FILE_GNU})
|
||||||
|
|
||||||
set(PERIPH_SRC ${MAX32_PERIPH}/Source)
|
set(PERIPH_SRC ${MAX32_PERIPH}/Source)
|
||||||
|
@@ -11,7 +11,7 @@ CPU_CORE ?= cortex-m4
|
|||||||
PORT ?= 0
|
PORT ?= 0
|
||||||
|
|
||||||
# GCC
|
# GCC
|
||||||
SRC_S_GCC += $(MAX32_CMSIS)/Device/Maxim/MAX32690/Source/GCC/startup_max32690.s
|
SRC_S_GCC += $(MAX32_CMSIS)/Device/Maxim/MAX32690/Source/GCC/startup_max32690.S
|
||||||
LD_FILE = $(FAMILY_PATH)/max32690.ld
|
LD_FILE = $(FAMILY_PATH)/max32690.ld
|
||||||
|
|
||||||
# --------------
|
# --------------
|
||||||
|
Reference in New Issue
Block a user