From c02fba51a47a68aea3233608f8d127520a1eefec Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Thu, 22 Nov 2012 12:05:33 -0600 Subject: lm4f: Add exammple for Stellaris Launchpad board Signed-off-by: Alexandru Gagniuc --- .../lm4f/stellaris-ek-lm4f120xl/miniblink/Makefile | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 examples/lm4f/stellaris-ek-lm4f120xl/miniblink/Makefile (limited to 'examples/lm4f/stellaris-ek-lm4f120xl/miniblink/Makefile') diff --git a/examples/lm4f/stellaris-ek-lm4f120xl/miniblink/Makefile b/examples/lm4f/stellaris-ek-lm4f120xl/miniblink/Makefile new file mode 100644 index 0000000..9a014a7 --- /dev/null +++ b/examples/lm4f/stellaris-ek-lm4f120xl/miniblink/Makefile @@ -0,0 +1,25 @@ +## +## This file is part of the libopencm3 project. +## +## Copyright (C) 2012 Alexandru Gagniuc +## +## This library is free software: you can redistribute it and/or modify +## it under the terms of the GNU Lesser General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. +## +## This library 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 Lesser General Public License for more details. +## +## You should have received a copy of the GNU Lesser General Public License +## along with this library. If not, see . +## + +BINARY = miniblink + +LDSCRIPT = ../ek-lm4f120xl.ld + +include ../../Makefile.include + -- cgit v1.2.3