diff options
| author | Keith Packard <keithp@keithp.com> | 2017-12-10 18:32:18 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-12-11 12:20:25 -0800 |
| commit | b0de72d942eb87c5acd190878dd57ca4f812e8a1 (patch) | |
| tree | 20e5f62cb40406db90be6bc916021de9caa16a59 /src/stm-scheme-newlib/flash-loader/Makefile | |
| parent | 655576011e9cc648c7c4bbf51179744a427ff237 (diff) | |
altos: Add scheme for stm discovery board demo
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-scheme-newlib/flash-loader/Makefile')
| -rw-r--r-- | src/stm-scheme-newlib/flash-loader/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stm-scheme-newlib/flash-loader/Makefile b/src/stm-scheme-newlib/flash-loader/Makefile new file mode 100644 index 00000000..4c60f317 --- /dev/null +++ b/src/stm-scheme-newlib/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=stm-scheme +include $(TOPDIR)/stm/Makefile-flash.defs |
