diff options
| author | Keith Packard <keithp@keithp.com> | 2018-05-21 22:36:35 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-05-21 22:38:15 -0700 |
| commit | 14fa6cee857918966740d05c4ed13b1a79db3caa (patch) | |
| tree | f0a0edd7d57e20822f3af06f2fde0e83a0146f46 /src/telefireeight-v1.0/flash-loader/Makefile | |
| parent | e272f6a66881b6904037ee7b1afeb9a8a3ec5b2a (diff) | |
altos: Add TeleFireEight v1.0 product
Eight pyro channel version of the TeleFire boards.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telefireeight-v1.0/flash-loader/Makefile')
| -rw-r--r-- | src/telefireeight-v1.0/flash-loader/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/telefireeight-v1.0/flash-loader/Makefile b/src/telefireeight-v1.0/flash-loader/Makefile new file mode 100644 index 00000000..baf0e3f3 --- /dev/null +++ b/src/telefireeight-v1.0/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=telefireeight-v1.0 +include $(TOPDIR)/stm/Makefile-flash.defs |
