36 lines
656 B
Makefile
36 lines
656 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 := \
|
|||
|
App/src \
|
|||
|
Core \
|
|||
|
Debug \
|
|||
|
Drivers/RingQueue \
|
|||
|
Drivers/TimeSliceOffset \
|
|||
|
Hardware/src \
|
|||
|
Peripheral/src \
|
|||
|
Startup \
|
|||
|
User \
|
|||
|
|