FreeCalypso > hg > fc-magnetite
comparison components/misc_na7_db_fl @ 298:b257154f1406
components/misc_na7_db_{fl,ir}: compiling, perfect match to original blobs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 21 Oct 2017 06:36:21 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
297:1b561dd0368b | 298:b257154f1406 |
---|---|
1 # Building misc_na7_db_fl.lib using the GPF source bits we got with TCS211 | |
2 | |
3 CFLAGS="-mw -x -pw2 -o -me -mt -g -mn" | |
4 | |
5 # Defines | |
6 | |
7 CPPFLAGS="-D_TARGET_ -D_NUCLEUS_ -DRUN_FLASH" | |
8 | |
9 # Includes | |
10 | |
11 CPPFLAGS="$CPPFLAGS -I$SRC/gpf2/misc" | |
12 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc" | |
13 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc/nuc/arm7" | |
14 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | |
15 | |
16 # Source modules | |
17 | |
18 SRCDIR=$SRC/gpf2/misc | |
19 | |
20 cfile_plain $SRCDIR/printtofile.c | |
21 cfile_plain $SRCDIR/tok.c | |
22 cfile_plain $SRCDIR/tools.c | |
23 cfile_plain $SRCDIR/misc_version.c |