FreeCalypso > hg > fc-selenite
view components/ccddata @ 194:a18bf8df5fab
aci_pei.c: sync with Magnetite for (MMI != 0)
There was a change in Magnetite aci3 for (MMI != 0) configuration;
this config does not exist in Selenite, but this change is being
pulled in as a sync in order to keep the diff between Magnetite
and Selenite to a minimum.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 23 May 2020 07:21:43 +0000 |
parents | 5c4db73d289a |
children |
line wrap: on
line source
# Building ccddata.lib using TCS3.2 CCD source CFLAGS="-me -mt -o -pw2 -x -mw" CFLAGS_gcc="-g -O2 -fno-builtin -mthumb-interwork -mthumb" CPPFLAGS="-D_TMS470 -DNEW_FRAME -DNEW_ENTITY -DCCDDATA_STATIC_DATA" if [ "$MEMSUPER" != 0 ] then CPPFLAGS="$CPPFLAGS -DMEMORY_SUPERVISION" fi # Includes CPPFLAGS="$CPPFLAGS -I$SRC/gpf/ccd" CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" # Source modules SRCDIR=$SRC/gpf/ccd c_file $SRCDIR/ccd_config.c c_file $SRCDIR/ccddata_mconst.c c_file $SRCDIR/ccddata_ccdmtab.c c_file $SRCDIR/ccddata_cdemval.c c_file $SRCDIR/ccddata_ccdent.c c_file $SRCDIR/ccddata_ccd.c