view gsm-fw/gpf/tst_drv/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
children
line wrap: on
line source

SUBDIR=	iram xip

all:	${SUBDIR}

${SUBDIR}: FRC
	cd $@; ${MAKE} ${MFLAGS}

clean: FRC
	rm -f *.[oa] *.out *errs
	for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done

FRC: