summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-01-27 22:15:09 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-01-27 22:15:09 +0000
commit98dc60aa8c26569b56e3badf8e4e54cd87a4abfa (patch)
tree40bbdd5e079626fc5a26c5eb45d0415b14033b0a /usb-i2c-sl018/Makefile
parentadded flash debug output (diff)
added update-keys (no csum function yet)
git-svn-id: https://svn.spreadspace.org/avr/trunk@74 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-i2c-sl018/Makefile')
-rw-r--r--usb-i2c-sl018/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usb-i2c-sl018/Makefile b/usb-i2c-sl018/Makefile
index f505450..bd66f1f 100644
--- a/usb-i2c-sl018/Makefile
+++ b/usb-i2c-sl018/Makefile
@@ -42,3 +42,6 @@ LUFA_OPTS += -D USB_PRODUCT="L\"$(NAME)\""
LUFA_COMPONENTS := USB USBCLASS TWI
include ../include.mk
+
+update-keys: update-keys.c
+ gcc -o $@ $< \ No newline at end of file