add makefile
This commit is contained in:
parent
affb23d5b8
commit
eff4ca400c
|
@ -0,0 +1,40 @@
|
||||||
|
################################################################################
|
||||||
|
# Automatically-generated file. Do not edit!
|
||||||
|
# Toolchain: GNU Tools for STM32 (12.3.rel1)
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
ELF_SRCS :=
|
||||||
|
OBJ_SRCS :=
|
||||||
|
S_SRCS :=
|
||||||
|
C_SRCS :=
|
||||||
|
S_UPPER_SRCS :=
|
||||||
|
O_SRCS :=
|
||||||
|
CYCLO_FILES :=
|
||||||
|
SIZE_OUTPUT :=
|
||||||
|
OBJDUMP_LIST :=
|
||||||
|
SU_FILES :=
|
||||||
|
EXECUTABLES :=
|
||||||
|
OBJS :=
|
||||||
|
MAP_FILES :=
|
||||||
|
S_DEPS :=
|
||||||
|
S_UPPER_DEPS :=
|
||||||
|
C_DEPS :=
|
||||||
|
|
||||||
|
# Every subdirectory with source files must be described here
|
||||||
|
SUBDIRS := \
|
||||||
|
Application/User/Core \
|
||||||
|
Application/User/LoRaWAN/App \
|
||||||
|
Application/User/LoRaWAN/Target \
|
||||||
|
Application/User/STS/Core/Src \
|
||||||
|
Application/User/STS/TOF/App \
|
||||||
|
Application/User/STS/TOF/Target \
|
||||||
|
Application/User/STS/TOF/vl53l1x_uld \
|
||||||
|
Application/User/Startup \
|
||||||
|
Drivers/BSP/53L8A1 \
|
||||||
|
Drivers/BSP/Components \
|
||||||
|
Drivers/CMSIS \
|
||||||
|
Drivers/STM32WLxx_HAL_Driver \
|
||||||
|
Middlewares/LoRaWAN \
|
||||||
|
Middlewares/SubGHz_Phy \
|
||||||
|
Utilities \
|
||||||
|
|
Loading…
Reference in New Issue