1
0
mirror of https://github.com/hathach/tinyusb.git synced 2025-04-18 02:42:37 +00:00

Add hcd into source list

This commit is contained in:
kkitayam 2022-01-27 22:26:51 +09:00
parent 60a0be82da
commit d7cbfaaa0a

@ -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 \