summaryrefslogtreecommitdiff
path: root/blink/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-05-07 21:39:01 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-05-07 21:39:01 +0000
commitf03b27c4aa04c44628b7de3e7649f8c06b021b8f (patch)
tree214c7d94a97023abf34c12a5961a921e30f96bc5 /blink/Makefile
parentfixed timing at blink example (diff)
cleaned up blink example
git-svn-id: https://svn.spreadspace.org/avr/trunk@5 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'blink/Makefile')
-rw-r--r--blink/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/blink/Makefile b/blink/Makefile
index e863040..bfc222f 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -21,7 +21,7 @@
##
NAME := blink
-OBJ := blink.o
+OBJ := blink.o led.o
BOARD_TYPE := teensy2
include ../include.mk