altos: Add makefile for chaoskey flash loader
authorKeith Packard <keithp@keithp.com>
Sun, 8 Mar 2015 00:40:30 +0000 (16:40 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 8 Mar 2015 00:40:30 +0000 (16:40 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/chaoskey-v0.1/flash-loader/.gitignore
src/chaoskey-v0.1/flash-loader/Makefile [new file with mode: 0644]

index 32dbbbcfd9a5a6052370802ce8686f9e5fb96543..a60a494504b5cef84e0da544384f4fae62fe5ad7 100644 (file)
@@ -1,2 +1,2 @@
 ao_product.h
-usbtrng*
+chaoskey*
diff --git a/src/chaoskey-v0.1/flash-loader/Makefile b/src/chaoskey-v0.1/flash-loader/Makefile
new file mode 100644 (file)
index 0000000..4f61a24
--- /dev/null
@@ -0,0 +1,8 @@
+#
+# AltOS flash loader build
+#
+#
+
+TOPDIR=../..
+HARDWARE=chaoskey-v0.1
+include $(TOPDIR)/stmf0/Makefile-flash.defs