view gsm-fw/L1/cfile/Makefile @ 554:3a0ce0ea4035

gsm-fw/L1/tpudrv/tpudrv.h: Leonardo version replaced with LoCosto-based one; l1dmacro_rx_nb() and l1dmacro_rx_cont() prototypes fixed not to include the csf_filter_choice parameter in the Calypso configuration
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 04 Aug 2014 04:57:24 +0000
parents 81cef37b96f9
children 44d30f013ee5
line wrap: on
line source

CC=	arm-elf-gcc
CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \
	-I../tm_include -I../tm_cust0 -I../tpudrv -DMOVE_IN_INTERNAL_RAM
CFLAGS=	-O2 -fno-builtin -mthumb-interwork
LD=	arm-elf-ld
INTSED=	../intram.sed

IOBJS=	l1_api_hisr.o l1_cmplx_intram.o l1_ctl.o
XOBJS=	l1_afunc.o l1_async.o l1_cmplx.o

all:	${IOBJS} ${XOBJS}

${XOBJS}:	%.o : %.c
	${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $<

l1_cmplx_intram.c:	l1_cmplx.c ${INTSED}
	sed -n -f ${INTSED} l1_cmplx.c > $@

clean:
	rm -f *.[oa] l1_*_intram.c *.out *errs