# HG changeset patch # User Michael Spacefalcon # Date 1409337715 0 # Node ID 13e55e310eeacb82330da19732e26a5eac68742a # Parent 4274171eabd2e669acc4fbd3e6c64b56d2664e48 gsm-fw/L1/Makefile: stand added to SUBDIR for make clean diff -r 4274171eabd2 -r 13e55e310eea gsm-fw/L1/Makefile --- a/gsm-fw/L1/Makefile Fri Aug 29 18:38:07 2014 +0000 +++ b/gsm-fw/L1/Makefile Fri Aug 29 18:41:55 2014 +0000 @@ -1,6 +1,6 @@ LD= arm-elf-ld -SUBDIR= audio_cfile cfile cust0 dsp tpudrv +SUBDIR= audio_cfile cfile cust0 dsp stand tpudrv INT_PIECES= cfile/iramcode.o cust0/iramcode.o tpudrv/iramcode.o EXT_PIECES= audio_cfile/xipcode.o cfile/xipcode.o cust0/xipcode.o \