aboutsummaryrefslogtreecommitdiff
path: root/examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/Makefile
diff options
context:
space:
mode:
authorchrysn2012-03-01 02:47:06 +0100
committerchrysn2012-03-01 02:47:06 +0100
commit70ac046f98453ca8262ecc721b30f6c435ee33a5 (patch)
treee9eeb59b4c11ade9bd0657bedce27c7991139f60 /examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/Makefile
parent541fded753a27b8670c5b485ecec1794c02de187 (diff)
added efm32 lightswitch example
Diffstat (limited to 'examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/Makefile')
-rw-r--r--examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/Makefile b/examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/Makefile
new file mode 100644
index 0000000..c6e785a
--- /dev/null
+++ b/examples/efm32/tinygecko/efm32-tg-stk3300/lightswitch/Makefile
@@ -0,0 +1,22 @@
+##
+## This file is part of the libopencm3 project.
+##
+## Copyright (C) 2012 chrysn <chrysn@fsfe.org>
+##
+## This program 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
+## (at your option) any later version.
+##
+## This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
+##
+
+BINARY = lightswitch
+
+include ../Makefile.include