X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f1%2FMakefile-raw.defs;fp=src%2Fstm32f1%2FMakefile-raw.defs;h=a3894ca89212a4210fb7fcbbaac9fcbf47a0be19;hb=c2b775a6cd8888f98f086b4b730edb31bb846f91;hp=0000000000000000000000000000000000000000;hpb=f856f20b31c542caeb5decbf3546c6a0242ab33d;p=fw%2Faltos diff --git a/src/stm32f1/Makefile-raw.defs b/src/stm32f1/Makefile-raw.defs new file mode 100644 index 00000000..a3894ca8 --- /dev/null +++ b/src/stm32f1/Makefile-raw.defs @@ -0,0 +1,13 @@ +ifndef TOPDIR +TOPDIR=.. +endif + +include $(TOPDIR)/stm32f1/Makefile-stm32f1.defs + +LOADER=flash-loader/$(PROGNAME)-altos-flash-$(VERSION).elf +MAKEBIN=$(TOPDIR)/../ao-tools/ao-makebin/ao-makebin +FLASH_ADDR=0x08000000 + +LDFLAGS=$(CFLAGS) -L$(TOPDIR)/stm32f1 -Taltos-raw.ld -n + +.DEFAULT_GOAL=all