FreeCalypso > hg > freecalypso-sw
diff nuc-fw/Makefile @ 81:147861b15cda
nuc-fw: ramImage.srec built, nucdemo runs
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 16 Aug 2013 20:14:01 +0000 |
parents | |
children | d01098eccf21 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nuc-fw/Makefile Fri Aug 16 20:14:01 2013 +0000 @@ -0,0 +1,16 @@ +COMPONENTS= nucdemo nucleus sprintf sysglue +SUBDIR= ${COMPONENTS} finlink + +all: ramImage + +${COMPONENTS}: FRC + cd $@; make ${MFLAGS} + +ramImage flashImage: ${COMPONENTS} + cd finlink; make ${MFLAGS} $@ + +clean: FRC + rm -f a.out core errs + for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done + +FRC: