view gsm-fw/L1/Makefile @ 578:e9a87d682b97

gsm-fw/L1/Makefile: tpudrv added
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 11 Aug 2014 06:38:32 +0000
parents c7e53436c451
children 25a3095e8a98
line wrap: on
line source

SUBDIR=	cfile cust0 tpudrv

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: