Add hcd into source list

This commit is contained in:
kkitayam 2022-01-27 22:26:51 +09:00
parent 60a0be82da
commit d7cbfaaa0a
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ LD_FILE = $(MCU_DIR)/gcc/MKL25Z128xxx4_flash.ld
SRC_C += \
src/portable/nxp/khci/dcd_khci.c \
src/portable/nxp/khci/hcd_khci.c \
$(MCU_DIR)/system_MKL25Z4.c \
$(MCU_DIR)/project_template/clock_config.c \
$(MCU_DIR)/drivers/fsl_clock.c \