view gsm-fw/L1/cfile/Makefile @ 567:528fa901ae79

L1: l1_pwmgr.c compiles with stripped-down version of l1_pwmgr.h
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 08 Aug 2014 07:35:35 +0000
parents 065bf2b63a95
children ae24e49c41a9
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../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 l1_drive.o l1_func.o \
	l1_mfmgr.o
XOBJS=	l1_afunc.o l1_async.o l1_cmplx.o l1_init.o l1_pwmgr.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