Merge branch 'master'
[fw/altos] / src / samd21 / Makefile-samd21.defs
1 ifndef TOPDIR
2 TOPDIR=..
3 endif
4
5 include $(TOPDIR)/Makefile.defs
6
7 vpath % $(TOPDIR)/samd21:$(AO_VPATH)
8
9 CC=$(ARM_CC)
10
11 SAMD21_CFLAGS=-mlittle-endian -mcpu=cortex-m0 -mthumb \
12         -I$(TOPDIR)/samd21 $(AO_CFLAGS) $(PICOLIBC_CFLAGS)