34 lines
647 B
Makefile
34 lines
647 B
Makefile
|
|
################################################################################
|
||
|
|
# MRS Version: {"version":"1.8.5","date":"2023/05/22"}
|
||
|
|
# Automatically-generated file. Do not edit!
|
||
|
|
################################################################################
|
||
|
|
|
||
|
|
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 \
|
||
|
|
Core \
|
||
|
|
DRV \
|
||
|
|
Debug \
|
||
|
|
Peripheral/src \
|
||
|
|
Startup \
|
||
|
|
User \
|
||
|
|
|