FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/dsp/Makefile @ 586:25a3095e8a98
L1: dsp subdir added to the build
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Fri, 15 Aug 2014 22:29:30 +0000 | 
| parents | |
| children | ab20a5e9dbf3 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 585:083e71ff5603 | 586:25a3095e8a98 | 
|---|---|
| 1 CC= arm-elf-gcc | |
| 2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | |
| 3 LD= arm-elf-ld | |
| 4 | |
| 5 OBJS= leadapi.o leadboot.o | |
| 6 | |
| 7 all: xipcode.o | |
| 8 | |
| 9 xipcode.o: ${OBJS} | |
| 10 ${LD} -r -o $@ ${OBJS} | |
| 11 | |
| 12 clean: | |
| 13 rm -f *.[oa] *.out *errs | 
