mirror of
https://github.com/yoboujon/dumber.git
synced 2025-06-09 06:10:49 +02:00
30 lines
807 B
Makefile
30 lines
807 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
# Toolchain: GNU Tools for STM32 (9-2020-q2-update)
|
|
################################################################################
|
|
|
|
ELF_SRCS :=
|
|
OBJ_SRCS :=
|
|
S_SRCS :=
|
|
C_SRCS :=
|
|
S_UPPER_SRCS :=
|
|
O_SRCS :=
|
|
SIZE_OUTPUT :=
|
|
OBJDUMP_LIST :=
|
|
EXECUTABLES :=
|
|
OBJS :=
|
|
S_DEPS :=
|
|
S_UPPER_DEPS :=
|
|
C_DEPS :=
|
|
OBJCOPY_BIN :=
|
|
|
|
# Every subdirectory with source files must be described here
|
|
SUBDIRS := \
|
|
Core/Src \
|
|
Core/Startup \
|
|
Drivers/STM32L0xx_HAL_Driver/Src \
|
|
Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 \
|
|
Middlewares/Third_Party/FreeRTOS/Source \
|
|
Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM0 \
|
|
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang \
|
|
|