FreeCalypso > hg > fc-magnetite
comparison components/frame_na7_db_ir-full @ 552:92a3afcbccb9
frame_na7_db_{fl,ir} component recipes with full OSL rebuild
renamed to frame_na7_db_{fl,ir}-full
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 18 Nov 2018 23:31:37 +0000 |
parents | components/frame_na7_db_ir@b4dd8c7e84ce |
children | 41b6a18ffa0b |
comparison
equal
deleted
inserted
replaced
551:0d042f1f87b4 | 552:92a3afcbccb9 |
---|---|
1 # Building frame_na7_db_ir.lib using the GPF source bits we got with TCS3.2 | |
2 # This version rebuilds the OSL part from our reconstructed source | |
3 | |
4 CFLAGS="-mw -x -pw2 -o3 -me -mt -g -mn" | |
5 | |
6 # Defines | |
7 | |
8 CPPFLAGS="-DNU_DEBUG -D_FF_RV_EXIST_ -DRUN_INT_RAM" | |
9 CPPFLAGS="$CPPFLAGS -D_TARGET_ -D_NUCLEUS_" | |
10 | |
11 # Includes | |
12 | |
13 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/frame" | |
14 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc" | |
15 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc/arm7" | |
16 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | |
17 CPPFLAGS="$CPPFLAGS -I$SRC/gpf2/tst" | |
18 | |
19 # Source modules | |
20 | |
21 SRCDIR=$SRC/gpf3/frame | |
22 | |
23 cfile_plain $SRCDIR/frame.c | |
24 cfile_plain $SRCDIR/vsi_sem.c | |
25 cfile_plain $SRCDIR/vsi_com.c | |
26 cfile_plain $SRCDIR/vsi_mem.c | |
27 cfile_plain $SRCDIR/vsi_tim.c | |
28 cfile_plain $SRCDIR/vsi_mis.c | |
29 cfile_plain $SRCDIR/vsi_drv.c | |
30 cfile_plain $SRCDIR/vsi_trc.c | |
31 cfile_plain $SRCDIR/vsi_pro.c | |
32 cfile_plain $SRCDIR/xalert.c | |
33 cfile_plain $SRCDIR/route.c | |
34 cfile_plain $SRCDIR/prf_func.c | |
35 cfile_plain $SRCDIR/frm_ext.c | |
36 cfile_plain $SRCDIR/frame_version.c | |
37 | |
38 # OSL | |
39 | |
40 # drop -o3 | |
41 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" | |
42 | |
43 SRCDIR=$SRC/gpf2/osl | |
44 | |
45 cfile_plain $SRCDIR/os_com_ir.c | |
46 cfile_plain $SRCDIR/os_mem_ir.c | |
47 cfile_plain $SRCDIR/os_mis_ir.c | |
48 cfile_plain $SRCDIR/os_pro_ir.c | |
49 cfile_plain $SRCDIR/os_sem_ir.c | |
50 cfile_plain $SRCDIR/os_tim_ir.c |