Build libraries for stm32l1xx and stm32f10x
[fw/stlink] / example / libs_stm / build / Makefile.l1xx
1 LIB = libstm32_stdperiph_l1xx.a
2 PLATFORM=stm32l1xx
3 CFLAGS+=-mcpu=cortex-m3
4
5 include Makefile.common