41 lines
766 B
Makefile
41 lines
766 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
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/STM32F1xx_HAL_Driver/Src \
|
|
NxBase \
|
|
NxFunc/comm \
|
|
NxFunc/controlbus \
|
|
NxFunc/crc \
|
|
NxFunc/modbus \
|
|
NxFunc/stdebug \
|
|
NxFunc/stepdriver \
|
|
NxFunc/stm32motos \
|
|
Users/App \
|
|
Users/App/sewhead \
|
|
Users/App/workctrl \
|
|
Users/Base \
|
|
Users/Config \
|
|
Users/Func \
|
|
Users \
|
|
|