summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/Makefile
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-05-17 06:14:24 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-05-17 06:14:24 +0000
commit9bdf2f92bf95c69d668772e1c289ab89868aa738 (patch)
treee55a84d87ea7af7de84e5500221be66f83aa3d94 /software/hhd70dongle/Makefile
parenthhd70 spi (diff)
usb lib
git-svn-id: https://svn.spreadspace.org/mur.sat@415 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/Makefile')
-rw-r--r--software/hhd70dongle/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/software/hhd70dongle/Makefile b/software/hhd70dongle/Makefile
index 7a90422..2b9b239 100644
--- a/software/hhd70dongle/Makefile
+++ b/software/hhd70dongle/Makefile
@@ -21,7 +21,8 @@
##
NAME := hhd70dongle
-OBJ := hhd70dongle.o led.o spi.o
+OBJ := hhd70dongle.o led.o spi.o usb_rawhid.o
BOARD_TYPE := teensy2
include ../teensy.include.mk
+CFLAGS += -std=gnu99