summaryrefslogtreecommitdiff
path: root/usb-midi/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-03-13 19:33:09 +0000
committerChristian Pointner <equinox@spreadspace.org>2014-03-13 19:33:09 +0000
commit75b81e47e350d88dcbfa0d60ae482aa2890a3797 (patch)
treeb3c8ff5a9fb2dc9b25a1d47b274954d827a6faea /usb-midi/Makefile
parentadded midi example device (diff)
added one button to the simple midi controller
git-svn-id: https://svn.spreadspace.org/avr/trunk@252 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-midi/Makefile')
-rw-r--r--usb-midi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-midi/Makefile b/usb-midi/Makefile
index 08bbdb8..f7c6cd8 100644
--- a/usb-midi/Makefile
+++ b/usb-midi/Makefile
@@ -39,6 +39,6 @@ LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT
LUFA_OPTS += -D USB_MANUFACTURER="L\"Radio Helsinki\""
LUFA_OPTS += -D USB_PRODUCT="L\"$(NAME)\""
-LUFA_COMPONENTS := USB USBCLASS
+LUFA_COMPONENTS := USB USBCLASS SERIAL
include ../include.mk