altos/telefireeight-v2.0: Add flash loader Makefile
authorKeith Packard <keithp@keithp.com>
Mon, 28 Jan 2019 19:35:32 +0000 (11:35 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 28 Jan 2019 19:35:32 +0000 (11:35 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/telefireeight-v2.0/flash-loader/Makefile [new file with mode: 0644]
src/telefireeight-v2.0/flash-loader/ao_pins.h

diff --git a/src/telefireeight-v2.0/flash-loader/Makefile b/src/telefireeight-v2.0/flash-loader/Makefile
new file mode 100644 (file)
index 0000000..ae582fe
--- /dev/null
@@ -0,0 +1,8 @@
+#
+# AltOS flash loader build
+#
+#
+
+TOPDIR=../..
+HARDWARE=telefireeight-v2.0
+include $(TOPDIR)/stm/Makefile-flash.defs
index 889feef6e3c52651bbdabe2d6962d36f36c090e2..f3ae76fa070718d4bb54db9822b10d2de1e78f7f 100644 (file)
@@ -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