summaryrefslogtreecommitdiff
path: root/src/stmf0/Makefile-stmf0.defs
blob: 5a883adf1345bdd72593ca23f50321ba5068f4b8 (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)/stmf0:$(AO_VPATH)

CC=$(ARM_CC)

STMF0_CFLAGS=-mlittle-endian -mcpu=cortex-m0 -mthumb\
	-I$(TOPDIR)/stmf0 $(AO_CFLAGS) $(NEWLIB_CFLAGS)

LIBS=-L$(NEWLIB_NANO)/arm-none-eabi/lib/thumb/v6-m -lc -lm -lgcc