mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-09 14:20:50 +02:00
56 lines
2 KiB
Makefile
56 lines
2 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
# Toolchain: GNU Tools for STM32 (9-2020-q2-update)
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../Core/Src/batterie.c \
|
|
../Core/Src/freertos.c \
|
|
../Core/Src/leds.c \
|
|
../Core/Src/main.c \
|
|
../Core/Src/messages.c \
|
|
../Core/Src/moteurs.c \
|
|
../Core/Src/sequenceur.c \
|
|
../Core/Src/stm32l0xx_hal_msp.c \
|
|
../Core/Src/stm32l0xx_it.c \
|
|
../Core/Src/syscalls.c \
|
|
../Core/Src/sysmem.c \
|
|
../Core/Src/system_stm32l0xx.c \
|
|
../Core/Src/xbee.c
|
|
|
|
OBJS += \
|
|
./Core/Src/batterie.o \
|
|
./Core/Src/freertos.o \
|
|
./Core/Src/leds.o \
|
|
./Core/Src/main.o \
|
|
./Core/Src/messages.o \
|
|
./Core/Src/moteurs.o \
|
|
./Core/Src/sequenceur.o \
|
|
./Core/Src/stm32l0xx_hal_msp.o \
|
|
./Core/Src/stm32l0xx_it.o \
|
|
./Core/Src/syscalls.o \
|
|
./Core/Src/sysmem.o \
|
|
./Core/Src/system_stm32l0xx.o \
|
|
./Core/Src/xbee.o
|
|
|
|
C_DEPS += \
|
|
./Core/Src/batterie.d \
|
|
./Core/Src/freertos.d \
|
|
./Core/Src/leds.d \
|
|
./Core/Src/main.d \
|
|
./Core/Src/messages.d \
|
|
./Core/Src/moteurs.d \
|
|
./Core/Src/sequenceur.d \
|
|
./Core/Src/stm32l0xx_hal_msp.d \
|
|
./Core/Src/stm32l0xx_it.d \
|
|
./Core/Src/syscalls.d \
|
|
./Core/Src/sysmem.d \
|
|
./Core/Src/system_stm32l0xx.d \
|
|
./Core/Src/xbee.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Core/Src/%.o: ../Core/Src/%.c Core/Src/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m0plus -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32L010x6 -c -I../Core/Inc -I../Drivers/STM32L0xx_HAL_Driver/Inc -I../Drivers/STM32L0xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32L0xx/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_CM0 -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
|
|
|