view gsm-fw/L1/cfile/Makefile @ 551:2e662daa7441

L1: l1_cmplx.c compiles for IRAM
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 03 Aug 2014 18:32:58 +0000
parents 6455c06fceb3
children 81cef37b96f9
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
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