FreeCalypso > hg > freecalypso-sw
view 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 source
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: