From a783671c72aa4b9fde5bf7a2af3bf11a7c876191 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Wed, 6 Feb 2013 20:56:51 +0000 Subject: moved keystore and usb/serial to seperate files stdio_ptr might need some improvement git-svn-id: https://svn.spreadspace.org/avr/trunk@134 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- usb-i2c-sl018/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb-i2c-sl018/Makefile') diff --git a/usb-i2c-sl018/Makefile b/usb-i2c-sl018/Makefile index 2bf0924..1900a9b 100644 --- a/usb-i2c-sl018/Makefile +++ b/usb-i2c-sl018/Makefile @@ -23,7 +23,7 @@ NAME := tuer-rfid BOARD_TYPE := teensy2 -OBJ := $(NAME).o heartbeat.o stepper.o ledmatrix.o sl018.o +OBJ := $(NAME).o heartbeat.o stepper.o ledmatrix.o sl018.o keystore.o usb_serial.o LIBS := util led lufa-descriptor-usbserial EXTERNAL_LIBS := lufa -- cgit v1.2.3