45 lines
877 B
Makefile
45 lines
877 B
Makefile
|
################################################################################
|
|||
|
# MRS Version: 1.9.0
|
|||
|
# <20>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD>ɵ<EFBFBD><C9B5>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD>༭<EFBFBD><E0BCAD>
|
|||
|
################################################################################
|
|||
|
|
|||
|
ELF_SRCS :=
|
|||
|
OBJ_SRCS :=
|
|||
|
S_SRCS :=
|
|||
|
ASM_UPPER_SRCS :=
|
|||
|
ASM_SRCS :=
|
|||
|
C_SRCS :=
|
|||
|
S_UPPER_SRCS :=
|
|||
|
O_SRCS :=
|
|||
|
ASM_UPPER_DEPS :=
|
|||
|
OBJS :=
|
|||
|
SECONDARY_FLASH :=
|
|||
|
SECONDARY_LIST :=
|
|||
|
SECONDARY_SIZE :=
|
|||
|
ASM_DEPS :=
|
|||
|
S_DEPS :=
|
|||
|
S_UPPER_DEPS :=
|
|||
|
C_DEPS :=
|
|||
|
|
|||
|
# Every subdirectory with source files must be described here
|
|||
|
SUBDIRS := \
|
|||
|
Core \
|
|||
|
Debug \
|
|||
|
Hardware/RS485 \
|
|||
|
Hardware/SPI \
|
|||
|
Hardware/power_Ctrl \
|
|||
|
Peripheral/src \
|
|||
|
Software/Protocol \
|
|||
|
Software/Thread \
|
|||
|
Software/Thread_communication \
|
|||
|
Startup \
|
|||
|
User \
|
|||
|
drivers \
|
|||
|
rtthread \
|
|||
|
rtthread/components/drivers/misc \
|
|||
|
rtthread/components/drivers/serial \
|
|||
|
rtthread/components/finsh \
|
|||
|
rtthread/libcpu/risc-v/common \
|
|||
|
rtthread/src \
|
|||
|
|