summaryrefslogtreecommitdiff
path: root/blink/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-05-24 21:55:14 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-05-24 21:55:14 +0000
commitcdd573583978a3800b24d868d32604a427b669a2 (patch)
tree46e2a2168b52ef8b586e8a42d2004d9a10453cad /blink/Makefile
parentadded support vor avr net-io (not tested yet) (diff)
moved lib code to lib dir
updated Makefile to work it's funky magic git-svn-id: https://svn.spreadspace.org/avr/trunk@29 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'blink/Makefile')
-rw-r--r--blink/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/blink/Makefile b/blink/Makefile
index 4f20366..86e960e 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -21,7 +21,8 @@
##
NAME := blink
-OBJ := blink.o util.o led.o
-BOARD_TYPE := AvrNetIo
+OBJ := blink.o
+LIBS := util led
+BOARD_TYPE := teensy2
include ../include.mk