Initial commit
This commit is contained in:
2
firmware/Debug/Core/Startup/startup_stm32g070rbtx.d
Normal file
2
firmware/Debug/Core/Startup/startup_stm32g070rbtx.d
Normal file
@@ -0,0 +1,2 @@
|
||||
Core/Startup/startup_stm32g070rbtx.o: \
|
||||
../Core/Startup/startup_stm32g070rbtx.s
|
BIN
firmware/Debug/Core/Startup/startup_stm32g070rbtx.o
Normal file
BIN
firmware/Debug/Core/Startup/startup_stm32g070rbtx.o
Normal file
Binary file not shown.
27
firmware/Debug/Core/Startup/subdir.mk
Normal file
27
firmware/Debug/Core/Startup/subdir.mk
Normal file
@@ -0,0 +1,27 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
S_SRCS += \
|
||||
../Core/Startup/startup_stm32g070rbtx.s
|
||||
|
||||
OBJS += \
|
||||
./Core/Startup/startup_stm32g070rbtx.o
|
||||
|
||||
S_DEPS += \
|
||||
./Core/Startup/startup_stm32g070rbtx.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk
|
||||
arm-none-eabi-gcc -mcpu=cortex-m0plus -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"
|
||||
|
||||
clean: clean-Core-2f-Startup
|
||||
|
||||
clean-Core-2f-Startup:
|
||||
-$(RM) ./Core/Startup/startup_stm32g070rbtx.d ./Core/Startup/startup_stm32g070rbtx.o
|
||||
|
||||
.PHONY: clean-Core-2f-Startup
|
||||
|
Reference in New Issue
Block a user