FreeCalypso > hg > freecalypso-sw
view gsm-fw/gpf/frame/Makefile @ 596:a8121805b6d0
gsm-fw/L1/cfile/l1_async.c: call to l1a_mmi_outen_cfg_process()
needs to be conditionalised on AUDIO_TASK
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 17 Aug 2014 06:58:27 +0000 |
parents | 0c87c1f9dac5 |
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: