diff options
Diffstat (limited to 'src')
-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 |