view gsm-fw/gpf/tst_pei/Makefile @ 957:9dd7f304fd94
target-utils/Makefile: c139-lldbg added
author |
Mychaela Falconia <falcon@ivan.Harhan.ORG> |
date |
Wed, 04 Nov 2015 20:50:36 +0000 (2015-11-04) |
parents |
7228920a0834 |
children |
|
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: