mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
- 코드 구조 변경(파일 삭제/통합) : CE_ON_CMD.c 삭제 (Drive_Mode.c로 통합) : Charging_Status.c 삭제 (Drive_Mode.c로 통합) : Ignition.c 삭제 (Drive_Mode.c로 통합) - 코드 효율 개선 : Drive_Mode.c 내 시동 로직 개선 : Drive_Mode.c 내 key off 조건 추가 - ACU ARC 함수 수정 : ECU_Check.c 내 ACU_Arc_check 함수로 통합
43 lines
898 B
Makefile
43 lines
898 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/Wiper \
|
|
src/Safety_Layer/BMS \
|
|
src/Safety_Layer/CRC \
|
|
src/Safety_Layer/ECU_Check \
|
|
src/Safety_Layer/EMERGENCY \
|
|
src/System_Layer \
|
|
src/System_Layer/SW_Version \
|
|
src/uds \
|
|
|