comparison 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
comparison
equal deleted inserted replaced
36:1e575681e595 37:77864d54a5ff
1 # New Selenite component: compiling Nucleus from source (internal RAM)
2
3 CFLAGS="-mn -me -mt -o -mw"
4 CPPFLAGS=
5
6 SRCDIR=$SRC/nucleus
7
8 c_file $SRCDIR/csc.c
9 c_file $SRCDIR/pmc.c
10 c_file $SRCDIR/pmce.c
11 c_file $SRCDIR/pmd.c
12 c_file $SRCDIR/smc.c
13 c_file $SRCDIR/smce.c
14 c_file $SRCDIR/smd.c
15 c_file $SRCDIR/tcc.c
16 c_file $SRCDIR/tcce.c
17 c_file $SRCDIR/tcd.c
18 c_file $SRCDIR/tmc.c
19 c_file $SRCDIR/tmd.c
20 c_file $SRCDIR/tms.c
21 c_file $SRCDIR/tmse.c