From a109d4b7a1ebef3a889594485fe0ff5d6aa45455 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 7 May 2016 11:38:02 +0200 Subject: added serial arduino led example --- serial-arduino-led/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 serial-arduino-led/Makefile (limited to 'serial-arduino-led/Makefile') diff --git a/serial-arduino-led/Makefile b/serial-arduino-led/Makefile new file mode 100644 index 0000000..0d48ab3 --- /dev/null +++ b/serial-arduino-led/Makefile @@ -0,0 +1,30 @@ +## +## spreadspace avr utils +## +## +## Copyright (C) 2013-2016 Christian Pointner +## +## This file is part of spreadspace avr utils. +## +## spreadspace avr utils is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## any later version. +## +## spreadspace avr utils is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with spreadspace avr utils. If not, see . +## + +NAME := serial-arduino-led +BOARD_TYPE := arduino2009v2 +CXX_OBJ := $(NAME).o +LIBS := util serialio +CXX_LIBS := arduino-stub +SPREADAVR_PATH := .. + +include $(SPREADAVR_PATH)/include.mk -- cgit v1.2.3