FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/audio_cfile/Makefile @ 612:700d450bb8da
L1: audio_cfile included in the build
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 29 Aug 2014 05:49:19 +0000 |
parents | 3121e35f422c |
children | 56e3d8560d69 |
comparison
equal
deleted
inserted
replaced
611:bbe2b0d17d1e | 612:700d450bb8da |
---|---|
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_init.o | 8 XOBJS= l1audio_abb.o l1audio_init.o |
9 | 9 |
10 all: ${XOBJS} | 10 all: xipcode.o |
11 | 11 |
12 ${XOBJS}: %.o : %.c | 12 ${XOBJS}: %.o : %.c |
13 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $< | 13 ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $< |
14 | 14 |
15 xipcode.o: ${XOBJS} | |
16 ${LD} -r -o $@ ${XOBJS} | |
17 | |
15 clean: | 18 clean: |
16 rm -f *.[oa] *.out *errs | 19 rm -f *.[oa] *.out *errs |