altos: Move common build definitions to src/Makefile.defs
[fw/altos] / src / lpc / Makefile-lpc.defs
1 ifndef TOPDIR
2 TOPDIR=..
3 endif
4
5 include $(TOPDIR)/Makefile.defs
6
7 vpath % $(TOPDIR)/lpc:$(AO_VPATH)
8
9 CC=$(ARM_CC)
10
11 LIBS=-L$(NEWLIB_NANO)/arm-none-eabi/lib/thumb/v6-m -lc -lm -lgcc
12
13 LPC_CFLAGS=-mlittle-endian -mcpu=cortex-m0 -mthumb\
14          -I$(TOPDIR)/lpc $(AO_CFLAGS) $(NEWLIB_CFLAGS)