stm32: Move gchelper assembler code to lib/utils for use by other ports.
This commit is contained in:
parent
e7332b0584
commit
e6d97e8a0b
@ -275,13 +275,13 @@ SRC_O = \
|
|||||||
$(STARTUP_FILE) \
|
$(STARTUP_FILE) \
|
||||||
system_stm32f0.o \
|
system_stm32f0.o \
|
||||||
resethandler_m0.o \
|
resethandler_m0.o \
|
||||||
gchelper_m0.o
|
lib/utils/gchelper_m0.o
|
||||||
else
|
else
|
||||||
SRC_O = \
|
SRC_O = \
|
||||||
$(STARTUP_FILE) \
|
$(STARTUP_FILE) \
|
||||||
system_stm32.o \
|
system_stm32.o \
|
||||||
resethandler.o \
|
resethandler.o \
|
||||||
gchelper.o
|
lib/utils/gchelper_m3.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SRC_HAL = $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\
|
SRC_HAL = $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user