From 49fc27a23e0f5ca46337493cdac02ee116f786e3 Mon Sep 17 00:00:00 2001 From: Dien-Nhung Nguyen-Phu Date: Thu, 11 Jul 2024 21:23:07 +0700 Subject: usb: add hiddev and write to flash --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 = \ -- cgit v1.2.3