summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@mur.at>2012-05-07 17:33:31 +0000
committerChristian Pointner <equinox@mur.at>2012-05-07 17:33:31 +0000
commit964464127557a01aa10f1b44d99b10165f855e3d (patch)
tree331aba7c99e7b5da640c68f597bcc6e8aacdec38 /software/hhd70dongle/Makefile
parentadded testprogram for hhd70dongle (diff)
added dummy spi lib
git-svn-id: https://svn.spreadspace.org/mur.sat@400 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 80f23a5..43355da 100644
--- a/software/hhd70dongle/Makefile
+++ b/software/hhd70dongle/Makefile
@@ -21,7 +21,7 @@
##
NAME := hhd70dongle
-OBJ := hhd70dongle.o
+OBJ := hhd70dongle.o spi.o
BOARD_TYPE := teensy2
include ../teensy.include.mk