diff options
author | Keith Packard <keithp@keithp.com> | 2015-03-07 16:40:30 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-03-07 16:40:30 -0800 |
commit | 4e53a5da5a8921829a3bb290e7c051950a66ab75 (patch) | |
tree | 4b05f6760b78133ce1778f23e3475e528713908f /src | |
parent | 601f33f5e2f833fed9ab10b24a9df91905d7f766 (diff) |
altos: Add makefile for chaoskey flash loader
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/chaoskey-v0.1/flash-loader/.gitignore | 2 | ||||
-rw-r--r-- | src/chaoskey-v0.1/flash-loader/Makefile | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/src/chaoskey-v0.1/flash-loader/.gitignore b/src/chaoskey-v0.1/flash-loader/.gitignore index 32dbbbcf..a60a4945 100644 --- a/src/chaoskey-v0.1/flash-loader/.gitignore +++ b/src/chaoskey-v0.1/flash-loader/.gitignore @@ -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 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 |