annotate gsm-fw/L1/cfile/Makefile @ 550:6455c06fceb3

L1: l1_cmplx.c compiles for XRAM
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 03 Aug 2014 18:12:05 +0000
parents b1e2dbb3c751
children 2e662daa7441
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
546
c7e53436c451 L1: starting to compile core C files
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
1 CC= arm-elf-gcc
c7e53436c451 L1: starting to compile core C files
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
2 CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \
549
b1e2dbb3c751 L1: l1_async.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 547
diff changeset
3 -I../tm_include -I../tm_cust0 -I../tpudrv -DMOVE_IN_INTERNAL_RAM
546
c7e53436c451 L1: starting to compile core C files
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
4 CFLAGS= -O2 -fno-builtin -mthumb-interwork
c7e53436c451 L1: starting to compile core C files
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
5 LD= arm-elf-ld
c7e53436c451 L1: starting to compile core C files
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
6
547
32f7494783db L1: l1_api_hisr.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 546
diff changeset
7 IOBJS= l1_api_hisr.o
550
6455c06fceb3 L1: l1_cmplx.c compiles for XRAM
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 549
diff changeset
8 XOBJS= l1_afunc.o l1_async.o l1_cmplx.o
546
c7e53436c451 L1: starting to compile core C files
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
9
547
32f7494783db L1: l1_api_hisr.c compiles
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents: 546
diff changeset
10 all: ${IOBJS} ${XOBJS}
546
c7e53436c451 L1: starting to compile core C files
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
11
c7e53436c451 L1: starting to compile core C files
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
12 ${XOBJS}: %.o : %.c
c7e53436c451 L1: starting to compile core C files
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
13 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $<
c7e53436c451 L1: starting to compile core C files
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
14
c7e53436c451 L1: starting to compile core C files
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
15 clean:
c7e53436c451 L1: starting to compile core C files
Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
parents:
diff changeset
16 rm -f *.[oa] *.out *errs