summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/Makefile
diff options
context:
space:
mode:
authorBernhard Tittelbach <xro@realraum.at>2012-05-19 20:12:46 +0000
committerBernhard Tittelbach <xro@realraum.at>2012-05-19 20:12:46 +0000
commit3124500c95baa742decab16063c016800c27a5ae (patch)
tree04d1410dc701d21accd270d31ea448b9ef2af8b3 /software/hhd70dongle/Makefile
parentfirst attempt at RX/TX w/ 2 dongles (diff)
refactor functionnames so name fits file and interface
git-svn-id: https://svn.spreadspace.org/mur.sat@441 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 87ffb8e..7b612bf 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 c1101lib.o util.o
+OBJ := hhd70dongle.o led.o hhd70.o usb_rawhid.o c1101lib.o util.o
BOARD_TYPE := hhd70dongle
include ../avr.include.mk