mirror of
http://zjk.pl:3300/Preacher/STM32L476RG.git
synced 2025-01-22 23:46:33 +01:00
64 lines
3.0 KiB
Makefile
64 lines
3.0 KiB
Makefile
################################################################################
|
|
# 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
|
|
C_SRCS += \
|
|
../Core/Src/dma.c \
|
|
../Core/Src/freertos.c \
|
|
../Core/Src/gpio.c \
|
|
../Core/Src/main.c \
|
|
../Core/Src/rng.c \
|
|
../Core/Src/rtc.c \
|
|
../Core/Src/stm32l4xx_hal_msp.c \
|
|
../Core/Src/stm32l4xx_hal_timebase_tim.c \
|
|
../Core/Src/stm32l4xx_it.c \
|
|
../Core/Src/syscalls.c \
|
|
../Core/Src/sysmem.c \
|
|
../Core/Src/system_stm32l4xx.c \
|
|
../Core/Src/usart.c
|
|
|
|
OBJS += \
|
|
./Core/Src/dma.o \
|
|
./Core/Src/freertos.o \
|
|
./Core/Src/gpio.o \
|
|
./Core/Src/main.o \
|
|
./Core/Src/rng.o \
|
|
./Core/Src/rtc.o \
|
|
./Core/Src/stm32l4xx_hal_msp.o \
|
|
./Core/Src/stm32l4xx_hal_timebase_tim.o \
|
|
./Core/Src/stm32l4xx_it.o \
|
|
./Core/Src/syscalls.o \
|
|
./Core/Src/sysmem.o \
|
|
./Core/Src/system_stm32l4xx.o \
|
|
./Core/Src/usart.o
|
|
|
|
C_DEPS += \
|
|
./Core/Src/dma.d \
|
|
./Core/Src/freertos.d \
|
|
./Core/Src/gpio.d \
|
|
./Core/Src/main.d \
|
|
./Core/Src/rng.d \
|
|
./Core/Src/rtc.d \
|
|
./Core/Src/stm32l4xx_hal_msp.d \
|
|
./Core/Src/stm32l4xx_hal_timebase_tim.d \
|
|
./Core/Src/stm32l4xx_it.d \
|
|
./Core/Src/syscalls.d \
|
|
./Core/Src/sysmem.d \
|
|
./Core/Src/system_stm32l4xx.d \
|
|
./Core/Src/usart.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Core/Src/%.o Core/Src/%.su: ../Core/Src/%.c Core/Src/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L476xx -c -I../Core/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc -I../Drivers/STM32L4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32L4xx/Include -I../Drivers/CMSIS/Include -I../Middlewares/Third_Party/FreeRTOS/Source/include -I../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
|
|
|
clean: clean-Core-2f-Src
|
|
|
|
clean-Core-2f-Src:
|
|
-$(RM) ./Core/Src/dma.d ./Core/Src/dma.o ./Core/Src/dma.su ./Core/Src/freertos.d ./Core/Src/freertos.o ./Core/Src/freertos.su ./Core/Src/gpio.d ./Core/Src/gpio.o ./Core/Src/gpio.su ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/rng.d ./Core/Src/rng.o ./Core/Src/rng.su ./Core/Src/rtc.d ./Core/Src/rtc.o ./Core/Src/rtc.su ./Core/Src/stm32l4xx_hal_msp.d ./Core/Src/stm32l4xx_hal_msp.o ./Core/Src/stm32l4xx_hal_msp.su ./Core/Src/stm32l4xx_hal_timebase_tim.d ./Core/Src/stm32l4xx_hal_timebase_tim.o ./Core/Src/stm32l4xx_hal_timebase_tim.su ./Core/Src/stm32l4xx_it.d ./Core/Src/stm32l4xx_it.o ./Core/Src/stm32l4xx_it.su ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32l4xx.d ./Core/Src/system_stm32l4xx.o ./Core/Src/system_stm32l4xx.su ./Core/Src/usart.d ./Core/Src/usart.o ./Core/Src/usart.su
|
|
|
|
.PHONY: clean-Core-2f-Src
|
|
|