summaryrefslogtreecommitdiff
path: root/src/cortexelf-v1/flash-loader
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2017-04-02 15:47:14 -0600
committerBdale Garbee <bdale@gag.com>2017-04-02 15:47:14 -0600
commitbc150497de8539827177805c7f4430c67ca6762f (patch)
treedd794dac3b7c85ad4f28d58908d6e4bfab1d2c54 /src/cortexelf-v1/flash-loader
parent66b06332dadd83c309bbfe02240b7a071fd57ff2 (diff)
makefiles too
Diffstat (limited to 'src/cortexelf-v1/flash-loader')
-rw-r--r--src/cortexelf-v1/flash-loader/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cortexelf-v1/flash-loader/Makefile b/src/cortexelf-v1/flash-loader/Makefile
new file mode 100644
index 00000000..19cf84e4
--- /dev/null
+++ b/src/cortexelf-v1/flash-loader/Makefile
@@ -0,0 +1,8 @@
+#
+# AltOS flash loader build
+#
+#
+
+TOPDIR=../..
+HARDWARE=cortexelf-v1
+include $(TOPDIR)/stm/Makefile-flash.defs