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