summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/Makefile
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2013-01-28 00:44:41 +0000
committerOthmar Gsenger <otti@wirdorange.org>2013-01-28 00:44:41 +0000
commita2f7f19e12da5401b35c5369854fea20e44b77ac (patch)
treee260ac7151738f2429997bb63cf210f810813bad /usb-i2c-sl018/Makefile
parentbugfixed (diff)
added serial support
git-svn-id: https://svn.spreadspace.org/avr/trunk@87 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-i2c-sl018/Makefile')
-rw-r--r--usb-i2c-sl018/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb-i2c-sl018/Makefile b/usb-i2c-sl018/Makefile
index bd66f1f..fe5103c 100644
--- a/usb-i2c-sl018/Makefile
+++ b/usb-i2c-sl018/Makefile
@@ -39,9 +39,9 @@ LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT
LUFA_OPTS += -D USB_MANUFACTURER="L\"equinox\""
LUFA_OPTS += -D USB_PRODUCT="L\"$(NAME)\""
-LUFA_COMPONENTS := USB USBCLASS TWI
+LUFA_COMPONENTS := USB USBCLASS TWI SERIAL
include ../include.mk
update-keys: update-keys.c
- gcc -o $@ $< \ No newline at end of file
+ gcc -o $@ $<