comparison gsm-fw/gpf/Makefile @ 325:ffb0442ffccf

gsm-fw/gpf/tst_drv: got as far as compiling tr2.c
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 19 Apr 2014 00:18:44 +0000
parents 7228920a0834
children 42bc1d7068ac
comparison
equal deleted inserted replaced
324:7228920a0834 325:ffb0442ffccf
1 SUBDIR= frame misc tst_pei 1 SUBDIR= frame misc 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}