r600/sb: introduce special register values for lds support.
[mesa.git] / src / gallium / drivers / vc4 / Makefile.am
index 4c2b7486c52243ce50153622af271977c33156d4..c3e49af975d623a3d6c8fd70d4831e095969f3bf 100644 (file)
@@ -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