]> git.gag.com Git - fw/altos/blob - src/stm32f1/Makefile-stm32f1.defs
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src / stm32f1 / Makefile-stm32f1.defs
1 ifndef TOPDIR
2 TOPDIR=..
3 endif
4
5 include $(TOPDIR)/Makefile.defs
6
7 vpath % $(TOPDIR)/stm32f1:$(AO_VPATH)
8
9 CC=$(ARM_CC)
10
11 STM32F1_CFLAGS=-mlittle-endian -mcpu=cortex-m3 -mthumb \
12         -I$(TOPDIR)/stm32f1 $(AO_CFLAGS) $(PICOLIBC_CFLAGS)