diff options
author | Keith Packard <keithp@keithp.com> | 2019-01-28 11:35:32 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2019-01-28 11:35:32 -0800 |
commit | db7308750b3478ec3d2332e81db9957a9d4f2cfc (patch) | |
tree | a4e396e2b60e5e649cc4c857f55f4f8b608ef9b7 | |
parent | e40407467f28ab44b9f7c7d51a65a51f802410d5 (diff) |
altos/telefireeight-v2.0: Add flash loader Makefile
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/telefireeight-v2.0/flash-loader/Makefile | 8 | ||||
-rw-r--r-- | src/telefireeight-v2.0/flash-loader/ao_pins.h | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/src/telefireeight-v2.0/flash-loader/Makefile b/src/telefireeight-v2.0/flash-loader/Makefile new file mode 100644 index 00000000..ae582fe2 --- /dev/null +++ b/src/telefireeight-v2.0/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=telefireeight-v2.0 +include $(TOPDIR)/stm/Makefile-flash.defs diff --git a/src/telefireeight-v2.0/flash-loader/ao_pins.h b/src/telefireeight-v2.0/flash-loader/ao_pins.h index 889feef6..f3ae76fa 100644 --- a/src/telefireeight-v2.0/flash-loader/ao_pins.h +++ b/src/telefireeight-v2.0/flash-loader/ao_pins.h @@ -1,5 +1,5 @@ /* - * Copyright © 2013 Keith Packard <keithp@keithp.com> + * Copyright © 2019 Keith Packard <keithp@keithp.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |