diff options
Diffstat (limited to 'src/gallium/drivers/v3d/Makefile.am')
-rw-r--r-- | src/gallium/drivers/v3d/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/v3d/Makefile.am b/src/gallium/drivers/v3d/Makefile.am index 5b4ed5df2b9..5fb536275fd 100644 --- a/src/gallium/drivers/v3d/Makefile.am +++ b/src/gallium/drivers/v3d/Makefile.am @@ -24,7 +24,7 @@ include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ -I$(top_builddir)/src/compiler/nir \ - -I$(top_srcdir)/include/drm-uapi \ + -I$(top_srcdir)/include \ -I$(top_srcdir)/src/broadcom \ -I$(top_builddir)/src/broadcom \ -I$(top_builddir)/src \ |