aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/f1/lisa-m-2/usart/Makefile
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2012-03-11 23:12:26 -0700
committerPiotr Esden-Tempski2012-03-11 23:12:26 -0700
commit7e9425bdacc5169600c09b7f17c27dbea36ec402 (patch)
tree3b9e577bf8c71e377baec15e09848bf68601492d /examples/stm32/f1/lisa-m-2/usart/Makefile
parent7907b29113b9308d81dafd35c2804a21bf713242 (diff)
Added usart example to lisa/m 2.0
Diffstat (limited to 'examples/stm32/f1/lisa-m-2/usart/Makefile')
-rw-r--r--examples/stm32/f1/lisa-m-2/usart/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/stm32/f1/lisa-m-2/usart/Makefile b/examples/stm32/f1/lisa-m-2/usart/Makefile
new file mode 100644
index 0000000..4ba7e9e
--- /dev/null
+++ b/examples/stm32/f1/lisa-m-2/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 = ../lisa-m.ld
+
+include ../../Makefile.include
+