Build libraries for stm32l1xx and stm32f10x
[fw/stlink] / example / libs_stm / build / Makefile.f10x
diff --git a/example/libs_stm/build/Makefile.f10x b/example/libs_stm/build/Makefile.f10x
new file mode 100644 (file)
index 0000000..dfe0376
--- /dev/null
@@ -0,0 +1,5 @@
+LIB = libstm32_stdperiph_f10x.a
+PLATFORM=stm32f10x
+CFLAGS+= -mcpu=cortex-m3
+
+include Makefile.common