summaryrefslogtreecommitdiff
path: root/blink/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-05-20 14:57:00 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-05-20 14:57:00 +0000
commitfbd423f20cdd271268b1f27e82f168d5e4a435f1 (patch)
treea9d7eae2afd567089f81b6f31114b096ea33de27 /blink/Makefile
parentgracefully ignore nonexisting or nonexecutable reset_func (diff)
added support for arduinoNG
git-svn-id: https://svn.spreadspace.org/avr/trunk@19 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'blink/Makefile')
-rw-r--r--blink/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/blink/Makefile b/blink/Makefile
index d598f2f..6d9756d 100644
--- a/blink/Makefile
+++ b/blink/Makefile
@@ -3,7 +3,7 @@
##
##
## Copyright (C) 2012 Christian Pointner <equinox@spreadspace.org>
-##
+##
## This file is part of spreadspace avr utils.
##
## spreadspace avr utils is free software: you can redistribute it and/or modify
@@ -21,7 +21,7 @@
##
NAME := blink
-OBJ := blink.o led.o
-BOARD_TYPE := teensy2
+OBJ := blink.o util.o led.o
+BOARD_TYPE := arduinoNG
include ../include.mk