comparison gsm-fw/L1/Makefile @ 578:e9a87d682b97

gsm-fw/L1/Makefile: tpudrv added
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 11 Aug 2014 06:38:32 +0000
parents c7e53436c451
children 25a3095e8a98
comparison
equal deleted inserted replaced
577:d70ebaea3003 578:e9a87d682b97
1 SUBDIR= cfile cust0 1 SUBDIR= cfile cust0 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}