summaryrefslogtreecommitdiff
path: root/src/stm32f4/Makefile-stm32f4.defs
blob: 1c87b5b004c368bdc6161f5b48eb81432f940496 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
ifndef TOPDIR
TOPDIR=..
endif

include $(TOPDIR)/Makefile.defs

vpath % $(TOPDIR)/stm32f4:$(AO_VPATH)

CC=$(ARM_CC)
LIBS=-L$(NEWLIB_NANO)/arm-none-eabi/lib/thumb/v7e-m/fpv4-sp/hard -lc -lm -lgcc

STM32F4_CFLAGS=-mlittle-endian -mcpu=cortex-m4 -mthumb \
	-I$(TOPDIR)/stm32f4 $(AO_CFLAGS) $(NEWLIB_CFLAGS)