summaryrefslogtreecommitdiff
path: root/usb-i2c-sl018/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-02-06 22:37:55 +0000
committerChristian Pointner <equinox@spreadspace.org>2013-02-06 22:37:55 +0000
commit10348126fea2c423025b0724916522e3309cf45f (patch)
treed4634f9bfd799e6312c8a2e898bccba971a777aa /usb-i2c-sl018/Makefile
parentadded statemachine (diff)
moved ill-named usb-serial to lib/anyio
git-svn-id: https://svn.spreadspace.org/avr/trunk@141 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-i2c-sl018/Makefile')
-rw-r--r--usb-i2c-sl018/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb-i2c-sl018/Makefile b/usb-i2c-sl018/Makefile
index a547d69..7b43a85 100644
--- a/usb-i2c-sl018/Makefile
+++ b/usb-i2c-sl018/Makefile
@@ -23,8 +23,8 @@
NAME := tuer-rfid
BOARD_TYPE := teensy2
-OBJ := $(NAME).o heartbeat.o stepper.o ledmatrix.o sl018.o keystore.o usb_serial.o statemachine.o
-LIBS := util led lufa-descriptor-usbserial
+OBJ := $(NAME).o heartbeat.o stepper.o ledmatrix.o sl018.o keystore.o statemachine.o
+LIBS := util led lufa-descriptor-usbserial anyio
EXTERNAL_LIBS := lufa
LUFA_PATH := ../contrib/LUFA-120219