FreeCalypso > hg > freecalypso-sw
changeset 521:e1dd4a240199
gsm-fw/L1/Makefile: starting skeleton, hooked into top level make clean
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 10 Jul 2014 15:52:36 +0000 |
parents | ed6071292a5c |
children | 2c9c2b95ddec |
files | gsm-fw/L1/Makefile gsm-fw/Makefile |
diffstat | 2 files changed, 14 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/L1/Makefile Thu Jul 10 15:52:36 2014 +0000 @@ -0,0 +1,12 @@ +SUBDIR= cust0 + +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:
--- a/gsm-fw/Makefile Thu Jul 10 15:49:38 2014 +0000 +++ b/gsm-fw/Makefile Thu Jul 10 15:52:36 2014 +0000 @@ -1,4 +1,5 @@ -SUBDIR= bsp finlink gpf include nucleus riviera serial services sprintf sysglue +SUBDIR= L1 bsp finlink gpf include nucleus riviera serial services sprintf \ + sysglue default: config.stamp ${MAKE} ${MFLAGS} -f Makefile.build $@