comparison gsm-fw/gpf/Makefile @ 338:42bc1d7068ac

OSL reconstruction: os_pro_fl.c started
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 02 May 2014 06:36:17 +0000
parents ffb0442ffccf
children 13428351b82c
comparison
equal deleted inserted replaced
337:a26470040d89 338:42bc1d7068ac
1 SUBDIR= frame misc tst_drv tst_pei 1 SUBDIR= frame misc osl tst_drv tst_pei
2 2
3 all: ${SUBDIR} 3 all: ${SUBDIR}
4 4
5 ${SUBDIR}: FRC 5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS} 6 cd $@; ${MAKE} ${MFLAGS}