summaryrefslogtreecommitdiff
path: root/usb-serial/Makefile
diff options
context:
space:
mode:
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