summaryrefslogtreecommitdiff
path: root/src/stm-demo/flash-loader/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-03-08 16:25:10 -0800
committerKeith Packard <keithp@keithp.com>2014-03-08 16:25:10 -0800
commit32f0f39a953dabe19ec92611570e4a82da8f8dce (patch)
tree687f4c351e5c462c6e68e51f291d26974915ed99 /src/stm-demo/flash-loader/Makefile
parent4c7da6d0ad568448c37761cd0c0108b9161a9345 (diff)
Add flash loader for stm-demo board
Diffstat (limited to 'src/stm-demo/flash-loader/Makefile')
-rw-r--r--src/stm-demo/flash-loader/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stm-demo/flash-loader/Makefile b/src/stm-demo/flash-loader/Makefile
new file mode 100644
index 00000000..27e54278
--- /dev/null
+++ b/src/stm-demo/flash-loader/Makefile
@@ -0,0 +1,8 @@
+#
+# AltOS flash loader build
+#
+#
+
+TOPDIR=../..
+HARDWARE=stm-demo
+include $(TOPDIR)/stm/Makefile-flash.defs