FreeCalypso > hg > fc-tourmaline
comparison components/atiext @ 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 |
---|---|
60 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" | 60 CPPFLAGS="$CPPFLAGS -DCHIPSET=$CHIPSET" |
61 CPPFLAGS="$CPPFLAGS -DBOARD=41" | 61 CPPFLAGS="$CPPFLAGS -DBOARD=41" |
62 | 62 |
63 # Includes | 63 # Includes |
64 | 64 |
65 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/inc" | 65 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/inc" |
66 CPPFLAGS="$CPPFLAGS -I$SRC/$GPF/inc" | 66 CPPFLAGS="$CPPFLAGS -I$SRC/gpf/inc" |
67 CPPFLAGS="$CPPFLAGS -I$SRC/$CONDAT/com/include" | 67 CPPFLAGS="$CPPFLAGS -I$SRC/condat/com/include" |
68 CPPFLAGS="$CPPFLAGS -I../../$CDGINC" | 68 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/cdginc" |
69 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci" | 69 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/aci" |
70 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/ati_ext" | 70 CPPFLAGS="$CPPFLAGS -I$SRC/g23m-aci/ati_ext" |
71 CPPFLAGS="$CPPFLAGS -I../../$CDGPRIM" | 71 CPPFLAGS="$CPPFLAGS -I../../cdg-hybrid/sap-inline" |
72 | 72 |
73 # Source modules | 73 # Source modules |
74 | 74 |
75 SRCDIR=$SRC/g23m-aci/ati_ext | 75 SRCDIR=$SRC/g23m-aci/ati_ext |
76 | 76 |