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