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