summaryrefslogtreecommitdiff
path: root/src/lpc/Makefile-lpc.defs
blob: 8b2973512ba9d58b2e045631bfb22d90b91c9070 (plain) (blame)
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)