aboutsummaryrefslogtreecommitdiff
path: root/examples/obldc/usart/Makefile
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2010-12-21 20:55:04 +0100
committerPiotr Esden-Tempski2010-12-21 20:55:04 +0100
commit77fbe48a5efa0812e6acb72a70e6d94e282173a7 (patch)
treebcdad4e2b705febc4de88fca66d8e8c4b459323a /examples/obldc/usart/Makefile
parent45e57fa51e3807073bc484e703e9c1ace900cd9a (diff)
Added usart test version for obldc.
Diffstat (limited to 'examples/obldc/usart/Makefile')
-rw-r--r--examples/obldc/usart/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/obldc/usart/Makefile b/examples/obldc/usart/Makefile
new file mode 100644
index 0000000..6484117
--- /dev/null
+++ b/examples/obldc/usart/Makefile
@@ -0,0 +1,22 @@
+##
+## This file is part of the libopenstm32 project.
+##
+## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
+##
+## 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 = usart
+
+include ../../Makefile.include