FreeCalypso > hg > freecalypso-sw
view gsm-fw/gpf/misc/Makefile @ 396:c82d093a2b89
os_mem_fl.c: os_AllocateMemory() and os_DeallocateMemory()
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 13 Jun 2014 00:55:36 +0000 |
parents | 439afc1139b2 |
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: