X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fvc4%2FMakefile.am;h=c3e49af975d623a3d6c8fd70d4831e095969f3bf;hb=09c1c13c4442148e45a4aeac3425382bbe90e8cd;hp=4c2b7486c52243ce50153622af271977c33156d4;hpb=bd5efbd70b33a9f7977e75799c3b7d293113ba4d;p=mesa.git diff --git a/src/gallium/drivers/vc4/Makefile.am b/src/gallium/drivers/vc4/Makefile.am index 4c2b7486c52..c3e49af975d 100644 --- a/src/gallium/drivers/vc4/Makefile.am +++ b/src/gallium/drivers/vc4/Makefile.am @@ -29,6 +29,8 @@ endif AM_CFLAGS = \ -I$(top_builddir)/src/compiler/nir \ -I$(top_srcdir)/include/drm-uapi \ + -I$(top_builddir)/src \ + -I$(top_srcdir)/src/broadcom/cle \ $(LIBDRM_CFLAGS) \ $(GALLIUM_DRIVER_CFLAGS) \ $(SIM_CFLAGS) \ @@ -41,7 +43,6 @@ libvc4_la_SOURCES = $(C_SOURCES) libvc4_la_LIBADD = \ $(SIM_LIB) \ - $(top_builddir)/src/broadcom/cle/libbroadcom_cle.la \ $() if HAVE_ARM_ASM