FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/audio_cfile/Makefile @ 610:3121e35f422c
gsm-fw/L1/audio_cfile/l1audio_init.c: initial preen, doesn't compile yet
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Fri, 29 Aug 2014 05:18:05 +0000 | 
| parents | 46427440984a | 
| children | 700d450bb8da | 
   comparison
  equal
  deleted
  inserted
  replaced
| 609:b8a277d81746 | 610:3121e35f422c | 
|---|---|
| 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 | 8 XOBJS= l1audio_abb.o l1audio_init.o | 
| 9 | 9 | 
| 10 all: ${XOBJS} | 10 all: ${XOBJS} | 
| 11 | 11 | 
| 12 ${XOBJS}: %.o : %.c | 12 ${XOBJS}: %.o : %.c | 
| 13 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $< | 13 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $< | 
