summaryrefslogtreecommitdiff
path: root/usb-serial/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-05-28 18:56:11 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-05-28 18:56:11 +0000
commitdfd6d6010bec3c2b412e75b1f75d21a7261fd92a (patch)
tree9139d3f63ead287526593a9bf24c29f1123e7241 /usb-serial/Makefile
parentadded posibility to build external lufa lib (not perfect..) (diff)
added USBtoSerial Example Project to avr utils
git-svn-id: https://svn.spreadspace.org/avr/trunk@38 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-serial/Makefile')
-rw-r--r--usb-serial/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-serial/Makefile b/usb-serial/Makefile
index 868b51d..bdd5fec 100644
--- a/usb-serial/Makefile
+++ b/usb-serial/Makefile
@@ -22,7 +22,7 @@
NAME := usb-serial
BOARD_TYPE := teensy2
-OBJ := $(NAME).o
+OBJ := $(NAME).o Descriptors.o
LIBS := util led
EXTERNAL_LIBS := lufa