FreeCalypso > hg > freecalypso-sw
changeset 123:595631eee4bc
riviera hooked into nuc-fw build
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Thu, 31 Oct 2013 05:50:06 +0000 |
parents | 28f967578233 |
children | dfd3110d84e3 |
files | nuc-fw/Makefile nuc-fw/cfgmagic/processconf.sh nuc-fw/riviera/Makefile |
diffstat | 3 files changed, 14 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/nuc-fw/Makefile Thu Oct 31 04:37:17 2013 +0000 +++ b/nuc-fw/Makefile Thu Oct 31 05:50:06 2013 +0000 @@ -1,4 +1,4 @@ -SUBDIR= bsp finlink include nucdemo nucleus serial sprintf sysglue +SUBDIR= bsp finlink include nucdemo nucleus riviera serial sprintf sysglue default: config.stamp ${MAKE} ${MFLAGS} -f Makefile.build $@
--- a/nuc-fw/cfgmagic/processconf.sh Thu Oct 31 04:37:17 2013 +0000 +++ b/nuc-fw/cfgmagic/processconf.sh Thu Oct 31 05:50:06 2013 +0000 @@ -48,7 +48,7 @@ # will likely depend on the target and feature configuration, # but for now all we have is a FreeNucleus RTOS demo. -BUILD_COMPONENTS="bsp nucdemo nucleus serial sprintf sysglue" +BUILD_COMPONENTS="bsp nucdemo nucleus riviera serial sprintf sysglue" export_to_mk BUILD_COMPONENTS BUILD_DEFAULT_IMAGE=ramImage
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nuc-fw/riviera/Makefile Thu Oct 31 05:50:06 2013 +0000 @@ -0,0 +1,12 @@ +SUBDIR= rvf rvm rvt + +all: ${SUBDIR} + +${SUBDIR}: FRC + cd $@; ${MAKE} ${MFLAGS} + +clean: FRC + rm -f a.out core errs + for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done + +FRC: