summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2015-06-06 16:00:52 +0100
committerroot <root@lamia.panaceas.james.local>2015-06-06 16:00:52 +0100
commit808e3dc9de1fb26eed6efcfe5665f0a66c239970 (patch)
treeb71ef5c7af6a735198472e305c055667b2373fd7 /app/Makefile
parent98cba32ca9d62f6e4b7e735d177dba699b8d0698 (diff)
downloadtims_keyboard-808e3dc9de1fb26eed6efcfe5665f0a66c239970.tar.gz
tims_keyboard-808e3dc9de1fb26eed6efcfe5665f0a66c239970.tar.bz2
tims_keyboard-808e3dc9de1fb26eed6efcfe5665f0a66c239970.zip
fish
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile
index 39d9779..a5e4d88 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -24,7 +24,7 @@ PROG=tims_keyboard
V=1
default: ${PROG}.elf
-CSRCS=tims_keyboard.c dfu.c keyboard.c usb.c consumer.c atkbd.c ring.c usart.c stdio.c ticker.c
+CSRCS=tims_keyboard.c dfu.c keyboard.c usb.c consumer.c atkbd.c ring.c usart.c stdio.c ticker.c scancode.c
BINARY = ${PROG}