summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/Makefile
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-05-17 06:14:27 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-05-17 06:14:27 +0000
commit33c96ee874cbd9548fcec54b97d1882548f3e50f (patch)
treea7742a9bc2aba0fa521154eaa9c7bc06083a1020 /software/hhd70dongle/Makefile
parentspi and c1101 lib needs to be cleanly separated, code needs to be tested and ... (diff)
spi and c1101 code shuffling
git-svn-id: https://svn.spreadspace.org/mur.sat@417 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/hhd70dongle/Makefile')
-rw-r--r--software/hhd70dongle/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/hhd70dongle/Makefile b/software/hhd70dongle/Makefile
index 2b9b239..80c92b8 100644
--- a/software/hhd70dongle/Makefile
+++ b/software/hhd70dongle/Makefile
@@ -21,7 +21,7 @@
##
NAME := hhd70dongle
-OBJ := hhd70dongle.o led.o spi.o usb_rawhid.o
+OBJ := hhd70dongle.o led.o spi.o usb_rawhid.o c1101lib.o
BOARD_TYPE := teensy2
include ../teensy.include.mk