FreeCalypso > hg > fc-selenite
comparison components/nucleus_flash @ 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 | a9a7d531e673 |
comparison
equal
deleted
inserted
replaced
36:1e575681e595 | 37:77864d54a5ff |
---|---|
1 # New Selenite component: compiling Nucleus from source (XIP) | |
2 | |
3 CFLAGS="-mn -me -mt -o -mw" | |
4 CPPFLAGS= | |
5 | |
6 SRCDIR=$SRC/nucleus | |
7 | |
8 c_file $SRCDIR/dmc.c | |
9 c_file $SRCDIR/dmce.c | |
10 c_file $SRCDIR/dmd.c | |
11 c_file $SRCDIR/dmf.c | |
12 c_file $SRCDIR/dmi.c | |
13 c_file $SRCDIR/dms.c | |
14 c_file $SRCDIR/erc.c | |
15 c_file $SRCDIR/erd.c | |
16 c_file $SRCDIR/eri.c | |
17 c_file $SRCDIR/evc.c | |
18 c_file $SRCDIR/evce.c | |
19 c_file $SRCDIR/evd.c | |
20 c_file $SRCDIR/evf.c | |
21 c_file $SRCDIR/evi.c | |
22 c_file $SRCDIR/hic.c | |
23 c_file $SRCDIR/hid.c | |
24 c_file $SRCDIR/hii.c | |
25 c_file $SRCDIR/inc.c | |
26 c_file $SRCDIR/ioc.c | |
27 c_file $SRCDIR/ioce.c | |
28 c_file $SRCDIR/iod.c | |
29 c_file $SRCDIR/iof.c | |
30 c_file $SRCDIR/ioi.c | |
31 c_file $SRCDIR/lic.c | |
32 c_file $SRCDIR/lid.c | |
33 c_file $SRCDIR/mbc.c | |
34 c_file $SRCDIR/mbce.c | |
35 c_file $SRCDIR/mbd.c | |
36 c_file $SRCDIR/mbf.c | |
37 c_file $SRCDIR/mbi.c | |
38 c_file $SRCDIR/mbs.c | |
39 c_file $SRCDIR/mbse.c | |
40 c_file $SRCDIR/pic.c | |
41 c_file $SRCDIR/pice.c | |
42 c_file $SRCDIR/pid.c | |
43 c_file $SRCDIR/pif.c | |
44 c_file $SRCDIR/pii.c | |
45 c_file $SRCDIR/pis.c | |
46 c_file $SRCDIR/pise.c | |
47 c_file $SRCDIR/pmf.c | |
48 c_file $SRCDIR/pmi.c | |
49 c_file $SRCDIR/quc.c | |
50 c_file $SRCDIR/quce.c | |
51 c_file $SRCDIR/qud.c | |
52 c_file $SRCDIR/quf.c | |
53 c_file $SRCDIR/qui.c | |
54 c_file $SRCDIR/qus.c | |
55 c_file $SRCDIR/quse.c | |
56 c_file $SRCDIR/rlc.c | |
57 c_file $SRCDIR/rld.c | |
58 c_file $SRCDIR/smf.c | |
59 c_file $SRCDIR/smi.c | |
60 c_file $SRCDIR/sms.c | |
61 c_file $SRCDIR/smse.c | |
62 c_file $SRCDIR/tcf.c | |
63 c_file $SRCDIR/tcfe.c | |
64 c_file $SRCDIR/tci.c | |
65 c_file $SRCDIR/tcs.c | |
66 c_file $SRCDIR/tcse.c | |
67 c_file $SRCDIR/tmf.c | |
68 c_file $SRCDIR/tmi.c |