summaryrefslogtreecommitdiff
path: root/src/chaoskey-v0.1/flash-loader/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-03-07 16:40:30 -0800
committerKeith Packard <keithp@keithp.com>2015-03-07 16:40:30 -0800
commit4e53a5da5a8921829a3bb290e7c051950a66ab75 (patch)
tree4b05f6760b78133ce1778f23e3475e528713908f /src/chaoskey-v0.1/flash-loader/Makefile
parent601f33f5e2f833fed9ab10b24a9df91905d7f766 (diff)
altos: Add makefile for chaoskey flash loader
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/chaoskey-v0.1/flash-loader/Makefile')
-rw-r--r--src/chaoskey-v0.1/flash-loader/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/chaoskey-v0.1/flash-loader/Makefile b/src/chaoskey-v0.1/flash-loader/Makefile
new file mode 100644
index 00000000..4f61a240
--- /dev/null
+++ b/src/chaoskey-v0.1/flash-loader/Makefile
@@ -0,0 +1,8 @@
+#
+# AltOS flash loader build
+#
+#
+
+TOPDIR=../..
+HARDWARE=chaoskey-v0.1
+include $(TOPDIR)/stmf0/Makefile-flash.defs