summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/Makefile
diff options
context:
space:
mode:
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