FreeCalypso > hg > freecalypso-sw
diff gsm-fw/L1/cfile/Makefile @ 549:b1e2dbb3c751
L1: l1_async.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 03 Aug 2014 17:25:07 +0000 |
parents | 32f7494783db |
children | 6455c06fceb3 |
line wrap: on
line diff
--- a/gsm-fw/L1/cfile/Makefile Sun Aug 03 16:13:52 2014 +0000 +++ b/gsm-fw/L1/cfile/Makefile Sun Aug 03 17:25:07 2014 +0000 @@ -1,11 +1,11 @@ CC= arm-elf-gcc CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ - -I../tm_include -I../tm_cust0 -I../tpudrv + -I../tm_include -I../tm_cust0 -I../tpudrv -DMOVE_IN_INTERNAL_RAM CFLAGS= -O2 -fno-builtin -mthumb-interwork LD= arm-elf-ld IOBJS= l1_api_hisr.o -XOBJS= l1_afunc.o +XOBJS= l1_afunc.o l1_async.o all: ${IOBJS} ${XOBJS}