FreeCalypso > hg > freecalypso-sw
view gsm-fw/gpf/tst_drv/Makefile @ 481:5639b4fa8672
os_tim_{fl,ir}.c: use TMR_* constant definitions
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 29 Jun 2014 04:06:24 +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: