From fbd423f20cdd271268b1f27e82f168d5e4a435f1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 20 May 2012 14:57:00 +0000 Subject: added support for arduinoNG git-svn-id: https://svn.spreadspace.org/avr/trunk@19 aa12f405-d877-488e-9caf-2d797e2a1cc7 --- blink/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'blink/Makefile') 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 -## +## ## 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 -- cgit v1.2.3