FreeCalypso > hg > fc-tourmaline
comparison components/misc_fl @ 22:7ded024bf471
components: pruned import from Magnetite
renamed as desired for Tourmaline
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 16 Oct 2020 16:29:07 +0000 |
| parents | |
| children | fdc83c1ab3ff |
comparison
equal
deleted
inserted
replaced
| 21:1edc7293e433 | 22:7ded024bf471 |
|---|---|
| 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 |
