FreeCalypso > hg > freecalypso-sw
diff gsm-fw/L1/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 | 5f93a9a8f9a0 |
children | 9b147d0b2cab |
line wrap: on
line diff
--- a/gsm-fw/L1/cfile/Makefile Thu Oct 22 18:19:42 2015 +0000 +++ b/gsm-fw/L1/cfile/Makefile Thu Oct 22 18:41:05 2015 +0000 @@ -1,7 +1,7 @@ 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 + -I../dyn_dwl_include -I../tm_include -I../tm_cust0 -I../cust0 \ + -I../tpudrv -DMOVE_IN_INTERNAL_RAM CFLAGS= -O2 -fno-builtin -mthumb-interwork ASFLAGS=-mthumb-interwork LD= arm-elf-ld