X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm32f4%2FMakefile.defs;h=8c0e88429988e595972dd76ec4d63f14f3467371;hp=be185a5955b6e5d78a02671cd4ed0ac0516f414b;hb=7a89aa1ea7e1b02b5cd310986adf4239ec0ce91d;hpb=889518aeee080b0f8bb954db86d08105898d8161 diff --git a/src/stm32f4/Makefile.defs b/src/stm32f4/Makefile.defs index be185a59..8c0e8842 100644 --- a/src/stm32f4/Makefile.defs +++ b/src/stm32f4/Makefile.defs @@ -4,10 +4,4 @@ endif include $(TOPDIR)/stm32f4/Makefile-stm32f4.defs -LOADER=flash-loader/$(PROGNAME)-altos-flash-$(VERSION).elf -MAKEBIN=$(TOPDIR)/../ao-tools/ao-makebin/ao-makebin -FLASH_ADDR=0x08000000 - LDFLAGS=$(CFLAGS) -L$(TOPDIR)/stm32f4 -Wl,-Taltos.ld -n - -.DEFAULT_GOAL=all