X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fintel%2FMakefile.am;h=9186b5cf1bd4ce39d9d070da2565851393ca16ae;hb=468e1042cb76ded17efdd3529caae5dd450d9790;hp=3b7d2f3a85b0382369d83eee02ab9acd82cdcfa4;hpb=bebc1a1d995e33f173ea207848bcddd81f6dd19a;p=mesa.git diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index 3b7d2f3a85b..9186b5cf1bd 100644 --- a/src/intel/Makefile.am +++ b/src/intel/Makefile.am @@ -26,6 +26,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -I$(top_builddir)/src \ -I$(top_srcdir)/src \ + -I$(top_builddir)/src/compiler/nir \ -I$(top_builddir)/src/intel \ -I$(top_srcdir)/src/intel \ -I$(top_srcdir)/src/mapi \ @@ -51,6 +52,8 @@ BUILT_SOURCES = CLEANFILES = EXTRA_DIST = +include Makefile.blorp.am +include Makefile.common.am include Makefile.genxml.am include Makefile.isl.am