mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 09:53:59 +09:00
- 코드 구조 변경(레이어 삭제/추가) : IG_Layer 삭제 : Vehicle_System_Mode_Layer 삭제 : System_Layer 추가 - 코드 구조 변경(통합) : System_Check 내 함수 Drive_Mode로 이동 : System_Layer로 Drive_Mode, Ignition 이동 - DBC 업데이트 : CAN_DBC_ch1_v41.dbc : RC_VCU_Signal2(0x41) 내 RC_ACU_Drive_Mode 신호 추가
44 lines
929 B
Makefile
44 lines
929 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
ELF_SRCS :=
|
|
LD_SRCS :=
|
|
TODISASSEMBLE_SRCS :=
|
|
OBJ_SRCS :=
|
|
S_SRCS :=
|
|
ASM_UPPER_SRCS :=
|
|
TOPREPROCESS_SRCS :=
|
|
ASM_SRCS :=
|
|
C_SRCS :=
|
|
O_SRCS :=
|
|
S_UPPER_SRCS :=
|
|
EXECUTABLES :=
|
|
OBJS :=
|
|
SECONDARY_FLASH :=
|
|
SECONDARY_SIZE :=
|
|
C_DEPS :=
|
|
|
|
# Every subdirectory with source files must be described here
|
|
SUBDIRS := \
|
|
Project_Settings/Startup_Code \
|
|
RTD/src \
|
|
board \
|
|
generate/include \
|
|
generate/src \
|
|
src \
|
|
src/HAL/watchdog_hal/src \
|
|
src/Logic \
|
|
src/Operation_Layer/Lamp \
|
|
src/Operation_Layer/MCU \
|
|
src/Operation_Layer/SW_Version \
|
|
src/Operation_Layer/Wiper \
|
|
src/Safety_Layer/BMS \
|
|
src/Safety_Layer/CRC \
|
|
src/Safety_Layer/ECU_Check \
|
|
src/Safety_Layer/EMERGENCY \
|
|
src/System_Layer \
|
|
src/System_Layer/Ignition \
|
|
src/uds \
|
|
|