summaryrefslogtreecommitdiff
path: root/usb-serial/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-05-29 19:59:20 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-05-29 19:59:20 +0000
commitb54ed86f6f1095b351d90e51a98d639934b09b3a (patch)
tree9ae0236b9649aeecab7a34139f937b253b2d1a4a /usb-serial/Makefile
parentimproved external lib (diff)
small refactoring
git-svn-id: https://svn.spreadspace.org/avr/trunk@40 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-serial/Makefile')
-rw-r--r--usb-serial/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb-serial/Makefile b/usb-serial/Makefile
index bdd5fec..73a91b7 100644
--- a/usb-serial/Makefile
+++ b/usb-serial/Makefile
@@ -22,8 +22,8 @@
NAME := usb-serial
BOARD_TYPE := teensy2
-OBJ := $(NAME).o Descriptors.o
-LIBS := util led
+OBJ := $(NAME).o
+LIBS := util led lufa-descriptor-usbserial
EXTERNAL_LIBS := lufa
LUFA_PATH := ../contrib/LUFA-120219