summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9cd944fad..7473d3c31 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,9 @@ TARGET = mykey
SRC = $(TARGET).c \
keymap.c \
matrix.c \
- usb_keyboard_debug.c \
+ usb_device.c \
+ usb_keyboard.c \
+ usb_debug.c \
print.c