diff options
| author | Keith Packard <keithp@keithp.com> | 2015-01-25 19:37:05 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-01-25 19:37:05 -0800 |
| commit | 02b07a202839d6e68b3f0db7f8965478661db140 (patch) | |
| tree | 0f6db4fdcbbb50e7ef154985b1b1e49f7833d4de /src/usbtrng-v2.0/flash-loader/Makefile | |
| parent | df881bce8576f091b2d8cb53b8ce8a43aeedecde (diff) | |
altos: Add flash-loader to usbtrng-v2.0
Uses the new STM32F042 flash loading bits.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/usbtrng-v2.0/flash-loader/Makefile')
| -rw-r--r-- | src/usbtrng-v2.0/flash-loader/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usbtrng-v2.0/flash-loader/Makefile b/src/usbtrng-v2.0/flash-loader/Makefile new file mode 100644 index 00000000..a2bf199f --- /dev/null +++ b/src/usbtrng-v2.0/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=usbtrng-v2.0 +include $(TOPDIR)/stmf0/Makefile-flash.defs |
