comparison gsm-fw/L1/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 e9a87d682b97
children 2fd248f74a20
comparison
equal deleted inserted replaced
585:083e71ff5603 586:25a3095e8a98
1 SUBDIR= cfile cust0 tpudrv 1 SUBDIR= cfile cust0 dsp tpudrv
2 2
3 all: ${SUBDIR} 3 all: ${SUBDIR}
4 4
5 ${SUBDIR}: FRC 5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS} 6 cd $@; ${MAKE} ${MFLAGS}