summaryrefslogtreecommitdiff
path: root/lufa.mk
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 /lufa.mk
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 'lufa.mk')
-rw-r--r--lufa.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lufa.mk b/lufa.mk
index 68e009c..3f0f857 100644
--- a/lufa.mk
+++ b/lufa.mk
@@ -23,7 +23,7 @@
include ../defines.mk
include $(LUFA_PATH)/LUFA/makefile
-SRC = $(LUFA_SRC_USB) $(LUFA_SRC_USBCLASS)
+SRC:=$(foreach COMP,$(LUFA_COMPONENTS),$(LUFA_SRC_$(COMP)))
CFLAGS += -DF_USB=$(F_USB)UL
CFLAGS += -DBOARD=BOARD_$(LUFA_BOARD)