mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-09 06:10:49 +02:00
38 lines
2.3 KiB
Makefile
38 lines
2.3 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 += \
|
|
../Middlewares/Third_Party/FreeRTOS/Source/croutine.c \
|
|
../Middlewares/Third_Party/FreeRTOS/Source/event_groups.c \
|
|
../Middlewares/Third_Party/FreeRTOS/Source/list.c \
|
|
../Middlewares/Third_Party/FreeRTOS/Source/queue.c \
|
|
../Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c \
|
|
../Middlewares/Third_Party/FreeRTOS/Source/tasks.c \
|
|
../Middlewares/Third_Party/FreeRTOS/Source/timers.c
|
|
|
|
OBJS += \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/croutine.o \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/event_groups.o \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/list.o \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/queue.o \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.o \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/tasks.o \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/timers.o
|
|
|
|
C_DEPS += \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/croutine.d \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/event_groups.d \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/list.d \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/queue.d \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.d \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/tasks.d \
|
|
./Middlewares/Third_Party/FreeRTOS/Source/timers.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Middlewares/Third_Party/FreeRTOS/Source/%.o: ../Middlewares/Third_Party/FreeRTOS/Source/%.c Middlewares/Third_Party/FreeRTOS/Source/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 "$@"
|
|
|