diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-04-02 10:42:24 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-04-02 10:42:24 +0000 |
commit | a3f73acb9d2cdc62692af7ff93c51f910dff2d0d (patch) | |
tree | 303d205e8e6ed9676bdcbe006a402c23bf668f6c /lib/mesa/mk/libiris_gen110 | |
parent | f54e142455cb3c9d1662dae7e096a32a47e5409b (diff) |
Merge Mesa 23.3.6
Diffstat (limited to 'lib/mesa/mk/libiris_gen110')
-rw-r--r-- | lib/mesa/mk/libiris_gen110/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mesa/mk/libiris_gen110/Makefile b/lib/mesa/mk/libiris_gen110/Makefile index 1827ede47..b04f4ee34 100644 --- a/lib/mesa/mk/libiris_gen110/Makefile +++ b/lib/mesa/mk/libiris_gen110/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2022/09/02 05:46:39 jsg Exp $ +# $OpenBSD: Makefile,v 1.4 2024/04/02 10:42:13 jsg Exp $ GEN= 110 LIB= iris_gen${GEN} @@ -20,6 +20,7 @@ CPPFLAGS+= -I${MESA_SRC}/src/intel \ -I${MESA_SRC}/src/compiler/nir \ -I${MESA_SRC}/generated/src \ -I${MESA_SRC}/generated/src/intel \ + -I${MESA_SRC}/generated/src/compiler \ -I${MESA_SRC}/generated/src/compiler/nir \ -DGFX_VERx10=${GEN} |