28 lines
1.6 KiB
Makefile
28 lines
1.6 KiB
Makefile
|
|
################################################################################
|
||
|
|
# 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
|
||
|
|
C_SRCS += \
|
||
|
|
../Utilities/timer/stm32_timer.c
|
||
|
|
|
||
|
|
OBJS += \
|
||
|
|
./Utilities/timer/stm32_timer.o
|
||
|
|
|
||
|
|
C_DEPS += \
|
||
|
|
./Utilities/timer/stm32_timer.d
|
||
|
|
|
||
|
|
|
||
|
|
# Each subdirectory must supply rules for building sources it contributes
|
||
|
|
Utilities/timer/%.o Utilities/timer/%.su Utilities/timer/%.cyclo: ../Utilities/timer/%.c Utilities/timer/subdir.mk
|
||
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DCORE_CM4 -DUSE_HAL_DRIVER -DSTM32WL55xx -c -I../Core/Inc -I../SubGHz_Phy/App -I../SubGHz_Phy/Target -I../Utilities/trace/adv_trace -I../Drivers/STM32WLxx_HAL_Driver/Inc -I../Drivers/STM32WLxx_HAL_Driver/Inc/Legacy -I../Utilities/misc -I../Utilities/sequencer -I../Utilities/timer -I../Utilities/lpm/tiny_lpm -I../Drivers/CMSIS/Device/ST/STM32WLxx/Include -I../Middlewares/Third_Party/SubGHz_Phy -I../Middlewares/Third_Party/SubGHz_Phy/stm32_radio_driver -I../Drivers/CMSIS/Include -I../Drivers/BSP/STM32WLxx_Nucleo -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
|
||
|
|
|
||
|
|
clean: clean-Utilities-2f-timer
|
||
|
|
|
||
|
|
clean-Utilities-2f-timer:
|
||
|
|
-$(RM) ./Utilities/timer/stm32_timer.cyclo ./Utilities/timer/stm32_timer.d ./Utilities/timer/stm32_timer.o ./Utilities/timer/stm32_timer.su
|
||
|
|
|
||
|
|
.PHONY: clean-Utilities-2f-timer
|
||
|
|
|