aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDien-Nhung Nguyen-Phu <kein@kienlab.com>2024-07-11 21:23:07 +0700
committerDien-Nhung Nguyen-Phu <kein@kienlab.com>2024-07-11 22:18:56 +0700
commit49fc27a23e0f5ca46337493cdac02ee116f786e3 (patch)
treed46124776c6fcf295ef18a18f2f90c128e2369e0 /Makefile
parent4f3b6f4283e0240060c04a137175cacfb385dc16 (diff)
usb: add hiddev 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 e6ba8a6..448c201 100644
--- a/Makefile
+++ b/Makefile
@@ -62,6 +62,7 @@ src/usb/setup.c \
src/usb/ctrl.c \
src/usb/debug.c \
src/usb/dev.c \
+src/usb/composite/hiddev.c \
# ASM sources
ASM_SOURCES = \