diff options
author | Keith Packard <keithp@keithp.com> | 2019-04-23 06:45:54 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2019-04-23 06:45:54 -0700 |
commit | 1d3a8443d8de832b8e76a005e56ac5ff09b71849 (patch) | |
tree | 2497e11f54de324fff7112a09af8925f4183d4e5 /src/telestatic-v3.0/flash-loader | |
parent | 0800970a4c9c6ed38bb76bfed6374093ca16b459 (diff) |
Add TeleStatic-v3.0 makefiles
Diffstat (limited to 'src/telestatic-v3.0/flash-loader')
-rw-r--r-- | src/telestatic-v3.0/flash-loader/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/telestatic-v3.0/flash-loader/Makefile b/src/telestatic-v3.0/flash-loader/Makefile new file mode 100644 index 00000000..78993b48 --- /dev/null +++ b/src/telestatic-v3.0/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=telestatic-v3.0 +include $(TOPDIR)/stm/Makefile-flash.defs |