summaryrefslogtreecommitdiff
path: root/usb-serial/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-01-27 17:33:22 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-01-27 17:33:22 +0000
commit661b77b947d215aedc2d27750131045029103f68 (patch)
tree8b73cbd2160e57d3532f9b74b7b1452d0b4462de /usb-serial/Makefile
parentusb-i2c-sl018 added lufa i2c tests (non working) (diff)
lufa components are now selectable
git-svn-id: https://svn.spreadspace.org/avr/trunk@67 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-serial/Makefile')
-rw-r--r--usb-serial/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usb-serial/Makefile b/usb-serial/Makefile
index 7ec4afa..84f0c7e 100644
--- a/usb-serial/Makefile
+++ b/usb-serial/Makefile
@@ -39,4 +39,6 @@ LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT
LUFA_OPTS += -D USB_MANUFACTURER="L\"equinox\""
LUFA_OPTS += -D USB_PRODUCT="L\"$(NAME)\""
+LUFA_COMPONENTS := USB USBCLASS SERIAL
+
include ../include.mk