view nuc-fw/Makefile @ 88:ccde45a06737

nuc-fw: beginning of the configuration mechanism
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 23 Aug 2013 02:02:59 +0000
parents 147861b15cda
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: