FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/L1/audio_cfile/Makefile @ 828:a8d0bbba7886
build flashable images by default when PS is included and target has small RAM
| author | Space Falcon <falcon@ivan.Harhan.ORG> | 
|---|---|
| date | Mon, 06 Apr 2015 02:32:04 +0000 | 
| parents | 700d450bb8da | 
| children | 56e3d8560d69 | 
| rev | line source | 
|---|---|
| 608 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 1 CC= arm-elf-gcc | 
| 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 2 CPPFLAGS=-I../../include -I../include -I../audio_include -I../audio_cust0 \ | 
| 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 3 -I../tm_include -I../tm_cust0 -I../cust0 -I../tpudrv \ | 
| 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 4 -DMOVE_IN_INTERNAL_RAM | 
| 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 5 CFLAGS= -O2 -fno-builtin -mthumb-interwork | 
| 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 6 LD= arm-elf-ld | 
| 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 7 | 
| 610 
3121e35f422c
gsm-fw/L1/audio_cfile/l1audio_init.c: initial preen, doesn't compile yet
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
608diff
changeset | 8 XOBJS= l1audio_abb.o l1audio_init.o | 
| 608 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 9 | 
| 612 
700d450bb8da
L1: audio_cfile included in the build
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
610diff
changeset | 10 all: xipcode.o | 
| 608 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 11 | 
| 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 12 ${XOBJS}: %.o : %.c | 
| 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 13 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $< | 
| 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 14 | 
| 612 
700d450bb8da
L1: audio_cfile included in the build
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
610diff
changeset | 15 xipcode.o: ${XOBJS} | 
| 
700d450bb8da
L1: audio_cfile included in the build
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
610diff
changeset | 16 ${LD} -r -o $@ ${XOBJS} | 
| 
700d450bb8da
L1: audio_cfile included in the build
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
610diff
changeset | 17 | 
| 608 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 18 clean: | 
| 
46427440984a
gsm-fw/L1/audio_cfile: l1audio_abb.c compiles
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 19 rm -f *.[oa] *.out *errs | 
