diff options
| author | Bdale Garbee <bdale@gag.com> | 2017-04-25 22:04:22 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2017-04-25 22:04:22 -0600 |
| commit | 30e6e087b639c6d7ec75f21ba8c6fcf6ad50fffe (patch) | |
| tree | d37b155767f832ca7a64e838a6f8a6a5ef492448 /src/easymini-v2.0/flash-loader/Makefile | |
| parent | b2a5118dededd1ed6b1326e82168214cb0b24821 (diff) | |
| parent | 75881968ffb6bfd4e920cac4aa15d8d188eda119 (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/easymini-v2.0/flash-loader/Makefile')
| -rw-r--r-- | src/easymini-v2.0/flash-loader/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/easymini-v2.0/flash-loader/Makefile b/src/easymini-v2.0/flash-loader/Makefile new file mode 100644 index 00000000..8a611751 --- /dev/null +++ b/src/easymini-v2.0/flash-loader/Makefile @@ -0,0 +1,8 @@ +# +# AltOS flash loader build +# +# + +TOPDIR=../.. +HARDWARE=easymini-v2.0 +include $(TOPDIR)/stmf0/Makefile-flash.defs |
