FreeCalypso > hg > freecalypso-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
80:39b1c369b67f | 81:147861b15cda |
---|---|
1 COMPONENTS= nucdemo nucleus sprintf sysglue | |
2 SUBDIR= ${COMPONENTS} finlink | |
3 | |
4 all: ramImage | |
5 | |
6 ${COMPONENTS}: FRC | |
7 cd $@; make ${MFLAGS} | |
8 | |
9 ramImage flashImage: ${COMPONENTS} | |
10 cd finlink; make ${MFLAGS} $@ | |
11 | |
12 clean: FRC | |
13 rm -f a.out core errs | |
14 for i in ${SUBDIR}; do (cd $$i; make ${MFLAGS} clean); done | |
15 | |
16 FRC: |