summaryrefslogtreecommitdiff
path: root/firmware/memory_chip_gone/Debug/Core/Startup/subdir.mk
blob: 4480fcb09cbf5f20abd4a758f374302c7b8aa494 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (13.3.rel1)
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
S_SRCS += \
../Core/Startup/startup_stm32wb55cgux.s 

OBJS += \
./Core/Startup/startup_stm32wb55cgux.o 

S_DEPS += \
./Core/Startup/startup_stm32wb55cgux.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-m4 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"

clean: clean-Core-2f-Startup

clean-Core-2f-Startup:
	-$(RM) ./Core/Startup/startup_stm32wb55cgux.d ./Core/Startup/startup_stm32wb55cgux.o

.PHONY: clean-Core-2f-Startup