summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
authorroot <root@new-selene.erebei.org>2015-12-01 02:10:53 +0000
committerroot <root@new-selene.erebei.org>2015-12-01 02:10:53 +0000
commitb55240eb43a92c552003b8b324a385e041f84f12 (patch)
treeab932136ecfaa42e1e417e0253aebcc5b5f178aa /app/Makefile
parent061430973e82995368d27ff9081391f9475da3c7 (diff)
downloadcandlestick-b55240eb43a92c552003b8b324a385e041f84f12.tar.gz
candlestick-b55240eb43a92c552003b8b324a385e041f84f12.tar.bz2
candlestick-b55240eb43a92c552003b8b324a385e041f84f12.zip
fish
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Makefile b/app/Makefile
index c875b94..b9606ca 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -21,14 +21,16 @@ CPROTO=cproto
PROG=crypto
+
V=1
default: ${PROG}.elf
-CSRCS=dfu.c crypto.c main.c usb.c led.c ticker.c i2c.c lcd.c keypad.c code.c
+CSRCS=dfu.c main.c usb.c led.c ticker.c i2c.c lcd.c adc.c state.c key.c keyboard.c crypto.c map.c
BINARY = ${PROG}
OBJS = ${CSRCS:%.c=%.o}
+DEFINES=-DSLIM
include ../Makefile.include