FreeCalypso > hg > fc-tourmaline
comparison components/aci_dti_mng @ 23:fdc83c1ab3ff
components: first automated conversion pass
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 17:03:13 +0000 |
parents | 7ded024bf471 |
children | e58a5bb12de4 |
comparison
equal
deleted
inserted
replaced
22:7ded024bf471 | 23:fdc83c1ab3ff |
---|---|
54 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 54 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
55 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 55 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
56 | 56 |
57 # Includes | 57 # Includes |
58 | 58 |
59 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 59 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
60 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 60 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
61 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 61 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
62 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 62 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
63 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci" | 63 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci" |
64 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci_dti_mng" | 64 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci_dti_mng" |
65 CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM" | 65 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/sap-inline" |
66 | 66 |
67 # Source modules | 67 # Source modules |
68 | 68 |
69 SRCDIR=$SRC/g23m-aci/aci_dti_mng | 69 SRCDIR=$SRC/g23m-aci/aci_dti_mng |
70 | 70 |