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