FreeCalypso > hg > freecalypso-sw
view gsm-fw/L1/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 | c7e53436c451 |
children | e9a87d682b97 |
line wrap: on
line source
SUBDIR= cfile cust0 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: