# HG changeset patch # User Michael Spacefalcon # Date 1409288364 0 # Node ID b8a277d81746920f206003bb718a7ee537b3d540 # Parent 46427440984a5e6ef605432bb5c262cf16a09e1c gsm-fw/L1/Makefile: audio_cfile added to SUBDIR for make clean diff -r 46427440984a -r b8a277d81746 gsm-fw/L1/Makefile --- a/gsm-fw/L1/Makefile Fri Aug 29 04:57:06 2014 +0000 +++ b/gsm-fw/L1/Makefile Fri Aug 29 04:59:24 2014 +0000 @@ -1,6 +1,6 @@ LD= arm-elf-ld -SUBDIR= cfile cust0 dsp tpudrv +SUBDIR= audio_cfile cfile cust0 dsp tpudrv INT_PIECES= cfile/iramcode.o cust0/iramcode.o tpudrv/iramcode.o EXT_PIECES= cfile/xipcode.o cust0/xipcode.o dsp/xipcode.o