X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstmf0%2FMakefile.defs;fp=src%2Fstmf0%2FMakefile.defs;h=a0aa558bef5caff38e570c9bf856c0ed50fa53ac;hp=3da42874620a92756d3eea2025d7ae8486e8c085;hb=84146083da782c335ba7f040b238c3f51ba2f484;hpb=ee79a205e118ea8730a02cc327d8fb79cc5f74ff 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