FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/audio_cfile/Makefile @ 926:3f178b3ac50a
gsm-fw: preparations for building with L1_DYN_DSP_DWNLD enabled
| author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Thu, 22 Oct 2015 18:41:05 +0000 |
| parents | 56e3d8560d69 |
| children |
comparison
equal
deleted
inserted
replaced
| 925:c56ba3363aa3 | 926:3f178b3ac50a |
|---|---|
| 1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
| 2 CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ | 2 CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ |
| 3 -I../tm_include -I../tm_cust0 -I../cust0 -I../tpudrv \ | 3 -I../dyn_dwl_include -I../tm_include -I../tm_cust0 -I../cust0 \ |
| 4 -DMOVE_IN_INTERNAL_RAM | 4 -I../tpudrv -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_drive.o l1audio_init.o | 8 XOBJS= l1audio_abb.o l1audio_drive.o l1audio_init.o |
| 9 | 9 |
