FreeCalypso > hg > freecalypso-sw
view gsm-fw/gpf/tst_pei/Makefile @ 561:eb3fb4d0dcf0
L1: disable all DSP patch DWNLD for now
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 05 Aug 2014 21:50:05 +0000 |
parents | 7228920a0834 |
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: