summaryrefslogtreecommitdiff
path: root/src/pong/flash-loader/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-11-02 09:15:34 -0700
committerKeith Packard <keithp@keithp.com>2017-11-02 09:15:34 -0700
commitafedaefd6ae7bbc744458572770f42439f978e6c (patch)
treeff050a90d0007951e95e7d252c6718809547cdee /src/pong/flash-loader/Makefile
parentf9cfe4d075dac9c8af9b9843f1a1b99bfa57fd84 (diff)
altos/pong: Add initial pong implementation
This runs on the STM32L discover board. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/pong/flash-loader/Makefile')
-rw-r--r--src/pong/flash-loader/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pong/flash-loader/Makefile b/src/pong/flash-loader/Makefile
new file mode 100644
index 00000000..dc5b2058
--- /dev/null
+++ b/src/pong/flash-loader/Makefile
@@ -0,0 +1,8 @@
+#
+# AltOS flash loader build
+#
+#
+
+TOPDIR=../..
+HARDWARE=pong
+include $(TOPDIR)/stm/Makefile-flash.defs