comparison gsm-fw/gpf/tst_pei/Makefile @ 324:7228920a0834

gsm-fw/gpf/tst_pei: objects compile
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 13 Apr 2014 08:19:38 +0000
parents
children
comparison
equal deleted inserted replaced
323:d278439e905d 324:7228920a0834
1 SUBDIR= iram xip
2
3 all: ${SUBDIR}
4
5 ${SUBDIR}: FRC
6 cd $@; ${MAKE} ${MFLAGS}
7
8 clean: FRC
9 rm -f *.[oa] *.out *errs
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done
11
12 FRC: