summaryrefslogtreecommitdiff
path: root/usb-led/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usb-led/Makefile')
-rw-r--r--usb-led/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usb-led/Makefile b/usb-led/Makefile
index d73cb3e..8188c95 100644
--- a/usb-led/Makefile
+++ b/usb-led/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
+
include ../include.mk