FreeCalypso > hg > fc-selenite
diff components/nucleus_intram @ 37:77864d54a5ff
components/nucleus_{flash,intram}: compiling Nucleus C modules
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 16 Jul 2018 23:24:17 +0000 |
parents | |
children | 4934b474b5c3 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/nucleus_intram Mon Jul 16 23:24:17 2018 +0000 @@ -0,0 +1,21 @@ +# New Selenite component: compiling Nucleus from source (internal RAM) + +CFLAGS="-mn -me -mt -o -mw" +CPPFLAGS= + +SRCDIR=$SRC/nucleus + +c_file $SRCDIR/csc.c +c_file $SRCDIR/pmc.c +c_file $SRCDIR/pmce.c +c_file $SRCDIR/pmd.c +c_file $SRCDIR/smc.c +c_file $SRCDIR/smce.c +c_file $SRCDIR/smd.c +c_file $SRCDIR/tcc.c +c_file $SRCDIR/tcce.c +c_file $SRCDIR/tcd.c +c_file $SRCDIR/tmc.c +c_file $SRCDIR/tmd.c +c_file $SRCDIR/tms.c +c_file $SRCDIR/tmse.c