FreeCalypso > hg > freecalypso-sw
view gsm-fw/gpf/tst_drv/Makefile @ 885:cba11eec112a
gsm-fw/gpf/conf/gsmcomp.c: more 432-byte partitions in the voice-only config
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 27 Jun 2015 16:14:14 +0000 |
parents | ffb0442ffccf |
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: