view gsm-fw/L1/audio_cfile/Makefile @ 1028:71bbddbcc6a1
fc-shell: tch record implemented
author |
Mychaela Falconia <falcon@freecalypso.org> |
date |
Tue, 31 May 2016 00:43:00 +0000 (2016-05-31) |
parents |
3f178b3ac50a |
children |
|
line source
CC= arm-elf-gcc
CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \
-I../dyn_dwl_include -I../tm_include -I../tm_cust0 -I../cust0 \
-I../tpudrv -DMOVE_IN_INTERNAL_RAM
CFLAGS= -O2 -fno-builtin -mthumb-interwork
LD= arm-elf-ld
XOBJS= l1audio_abb.o l1audio_drive.o l1audio_init.o
all: xipcode.o
${XOBJS}: %.o : %.c
${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $<
xipcode.o: ${XOBJS}
${LD} -r -o $@ ${XOBJS}
clean:
rm -f *.[oa] *.out *errs