aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/obldc-strip/usart/Makefile
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2012-11-12 14:11:10 -0800
committerPiotr Esden-Tempski2012-11-12 14:11:10 -0800
commit956b1dbce4084e4787189e5f812b90e891ef9b7e (patch)
tree6e8da04c28d5f903d5e5de53dae62768ca7026e7 /examples/stm32/f1/obldc-strip/usart/Makefile
parent4691568ca476177dc338e8c62872ceca6b4b4999 (diff)
[examples] Added usart example for obldc strip.
Diffstat (limited to 'examples/stm32/f1/obldc-strip/usart/Makefile')
-rw-r--r--examples/stm32/f1/obldc-strip/usart/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/stm32/f1/obldc-strip/usart/Makefile b/examples/stm32/f1/obldc-strip/usart/Makefile
new file mode 100644
index 0000000..40dec09
--- /dev/null
+++ b/examples/stm32/f1/obldc-strip/usart/Makefile
@@ -0,0 +1,25 @@
+##
+## This file is part of the libopencm3 project.
+##
+## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
+##
+## 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 <http://www.gnu.org/licenses/>.
+##
+
+BINARY = usart
+
+LDSCRIPT = ../obldc-strip.ld
+
+include ../../Makefile.include
+