FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/L1/Makefile @ 615:13e55e310eea
gsm-fw/L1/Makefile: stand added to SUBDIR for make clean
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 29 Aug 2014 18:41:55 +0000 |
parents | 700d450bb8da |
children | d6f0892cdf1e |
comparison
equal
deleted
inserted
replaced
614:4274171eabd2 | 615:13e55e310eea |
---|---|
1 LD= arm-elf-ld | 1 LD= arm-elf-ld |
2 | 2 |
3 SUBDIR= audio_cfile cfile cust0 dsp tpudrv | 3 SUBDIR= audio_cfile cfile cust0 dsp stand tpudrv |
4 | 4 |
5 INT_PIECES= cfile/iramcode.o cust0/iramcode.o tpudrv/iramcode.o | 5 INT_PIECES= cfile/iramcode.o cust0/iramcode.o tpudrv/iramcode.o |
6 EXT_PIECES= audio_cfile/xipcode.o cfile/xipcode.o cust0/xipcode.o \ | 6 EXT_PIECES= audio_cfile/xipcode.o cfile/xipcode.o cust0/xipcode.o \ |
7 dsp/xipcode.o | 7 dsp/xipcode.o |
8 | 8 |