comparison gsm-fw/services/Makefile @ 212:3ebe6409e8bc

gsm-fw/services/ffs: task.c integrated
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 06 Jan 2014 04:15:30 +0000
parents df335d255ac4
children 02e80fcc3a5a
comparison
equal deleted inserted replaced
211:847e2585a0f2 212:3ebe6409e8bc
1 SUBDIR= etm 1 SUBDIR= etm ffs
2 2
3 all: ${SUBDIR} 3 all: ${SUBDIR}
4 4
5 ${SUBDIR}: FRC 5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS} 6 cd $@; ${MAKE} ${MFLAGS}