FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/audio_cfile/Makefile @ 830:56e3d8560d69
L1 audio: vocoder mute functions made independent of AUDIO_TASK
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 22 Apr 2015 16:30:11 +0000 |
parents | 700d450bb8da |
children | 3f178b3ac50a |
comparison
equal
deleted
inserted
replaced
829:f74c5d3d3b06 | 830:56e3d8560d69 |
---|---|
3 -I../tm_include -I../tm_cust0 -I../cust0 -I../tpudrv \ | 3 -I../tm_include -I../tm_cust0 -I../cust0 -I../tpudrv \ |
4 -DMOVE_IN_INTERNAL_RAM | 4 -DMOVE_IN_INTERNAL_RAM |
5 CFLAGS= -O2 -fno-builtin -mthumb-interwork | 5 CFLAGS= -O2 -fno-builtin -mthumb-interwork |
6 LD= arm-elf-ld | 6 LD= arm-elf-ld |
7 | 7 |
8 XOBJS= l1audio_abb.o l1audio_init.o | 8 XOBJS= l1audio_abb.o l1audio_drive.o l1audio_init.o |
9 | 9 |
10 all: xipcode.o | 10 all: xipcode.o |
11 | 11 |
12 ${XOBJS}: %.o : %.c | 12 ${XOBJS}: %.o : %.c |
13 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $< | 13 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $< |