X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=inline;f=src%2Fstm32f4%2FMakefile.defs;fp=src%2Fstm32f4%2FMakefile.defs;h=be185a5955b6e5d78a02671cd4ed0ac0516f414b;hb=0686a7b8aec524d81bda4c572549a3a068ce0eed;hp=0000000000000000000000000000000000000000;hpb=6aa451ce81bfdfe679e3f9902043a5f0d235c745;p=fw%2Faltos diff --git a/src/stm32f4/Makefile.defs b/src/stm32f4/Makefile.defs new file mode 100644 index 00000000..be185a59 --- /dev/null +++ b/src/stm32f4/Makefile.defs @@ -0,0 +1,13 @@ +ifndef TOPDIR +TOPDIR=.. +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