diff options
| author | Keith Packard <keithp@keithp.com> | 2016-04-06 22:32:36 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-04-19 23:21:30 -0400 |
| commit | 14fecd672807982ce6232fa3b4bdce0aebe132e8 (patch) | |
| tree | c4f0df45ec27a743d1fe5ce7c5a9618041ced9c7 /src/telefiretwo-v0.2/flash-loader/Makefile | |
| parent | 70e46100acf597014ce54cf3b642254ce1cba59b (diff) | |
Add TeleFireTwo v0.2 project
This is much like TeleFireTwo v0.1, with only one pyro channel and
added siren and strobe
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telefiretwo-v0.2/flash-loader/Makefile')
| -rw-r--r-- | src/telefiretwo-v0.2/flash-loader/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/telefiretwo-v0.2/flash-loader/Makefile b/src/telefiretwo-v0.2/flash-loader/Makefile new file mode 100644 index 00000000..2b029ee0 --- /dev/null +++ b/src/telefiretwo-v0.2/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=telefiretwo-v0.2 +include $(TOPDIR)/stm/Makefile-flash.defs |
