diff options
| author | Bdale Garbee <bdale@gag.com> | 2018-03-18 15:33:44 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2018-03-18 15:33:44 -0600 |
| commit | 84146083da782c335ba7f040b238c3f51ba2f484 (patch) | |
| tree | 8e23119812b141f69f44ae0ba9423c74af56f0e5 /src/stmf0 | |
| parent | ee79a205e118ea8730a02cc327d8fb79cc5f74ff (diff) | |
| parent | 78e5ae58c2ad5ba7246a649c0bd15ff68b5d0e74 (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/stmf0')
| -rw-r--r-- | src/stmf0/Makefile.defs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stmf0/Makefile.defs b/src/stmf0/Makefile.defs index 3da42874..a0aa558b 100644 --- a/src/stmf0/Makefile.defs +++ b/src/stmf0/Makefile.defs @@ -4,6 +4,10 @@ endif include $(TOPDIR)/stmf0/Makefile-stmf0.defs +LOADER=flash-loader/$(PROGNAME)-altos-flash-$(VERSION).elf +MAKEBIN=$(TOPDIR)/../ao-tools/ao-makebin/ao-makebin +FLASH_ADDR=0x08000000 + LDFLAGS=$(CFLAGS) -L$(TOPDIR)/stmf0 -Wl,-Taltos.ld -n .DEFAULT_GOAL=all |
