aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDien-Nhung Nguyen-Phu <kein@kienlab.com>2024-07-11 21:34:07 +0700
committerDien-Nhung Nguyen-Phu <kein@kienlab.com>2024-07-11 22:18:56 +0700
commitc3912e01a2767334103cd139d875d50c834f3f05 (patch)
tree9db23b8e6cdfb06d8bab77e83224e604f20c4629 /Makefile
parent49fc27a23e0f5ca46337493cdac02ee116f786e3 (diff)
usb: add cdc-acm serial and write to flash
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 448c201..f0d8a0e 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,7 @@ src/usb/ctrl.c \
src/usb/debug.c \
src/usb/dev.c \
src/usb/composite/hiddev.c \
+src/usb/composite/cdc-serial.c \
# ASM sources
ASM_SOURCES = \