diff options
| author | Keith Packard <keithp@keithp.com> | 2016-04-02 22:40:23 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-04-02 22:40:23 -0700 |
| commit | 0f227683e29062224a612c4a2ab5c8b2fc166059 (patch) | |
| tree | 69ffd97f5648f67165ca7666b096f76b64f976f9 /src/detherm/flash-loader/Makefile | |
| parent | eeceee3520fae66b35a9a9b39c866c1c2e3b0c9a (diff) | |
altos: Add detherm product
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/detherm/flash-loader/Makefile')
| -rw-r--r-- | src/detherm/flash-loader/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/detherm/flash-loader/Makefile b/src/detherm/flash-loader/Makefile new file mode 100644 index 00000000..5210aa09 --- /dev/null +++ b/src/detherm/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=detherm-v1.0 +include $(TOPDIR)/stmf0/Makefile-flash.defs |
