view gsm-fw/gpf/misc/Makefile @ 423:2e699aa67f03

loadtools: GTA02 AP build updated
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 19 Jun 2014 03:27:16 +0000
parents 439afc1139b2
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: