X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm32f1%2FMakefile.defs;fp=src%2Fstm32f1%2FMakefile.defs;h=e292fc672ad986dbe5fcba6f7cc7f49c02fe1fbb;hb=beb94df2daaa9540faf4d5c772dfc68598c89598;hp=0000000000000000000000000000000000000000;hpb=b1ecef2cdc57561881d55f9dcc3b471f7b0ed27d;p=fw%2Faltos diff --git a/src/stm32f1/Makefile.defs b/src/stm32f1/Makefile.defs new file mode 100644 index 00000000..e292fc67 --- /dev/null +++ b/src/stm32f1/Makefile.defs @@ -0,0 +1,11 @@ +ifndef TOPDIR +TOPDIR=.. +endif + +include $(TOPDIR)/stm32f1/Makefile-stm32f1.defs + +STM32F1_LINKER_SCRIPT=altos-raw.ld + +LDFLAGS=$(CFLAGS) -L$(TOPDIR)/stm32f1 -T$(STM32F1_LINKER_SCRIPT) -n + +.DEFAULT_GOAL=all