aubinator: Multiply count by 4 to compute buffer sizes
[mesa.git] / src / intel / Makefile.isl.am
index ee2215df1d1ec31ebf2c0acc52d77314e41cb9cc..31273af36c00cf2cf8b6157e5587f7d101113f5d 100644 (file)
@@ -27,6 +27,7 @@ ISL_GEN_LIBS =                                           \
        isl/libisl-gen75.la                              \
        isl/libisl-gen8.la                               \
        isl/libisl-gen9.la                               \
+       isl/libisl-gen10.la                              \
        $(NULL)
 
 noinst_LTLIBRARIES += $(ISL_GEN_LIBS) isl/libisl.la
@@ -55,6 +56,9 @@ isl_libisl_gen8_la_CFLAGS = $(AM_CFLAGS) -DGEN_VERSIONx10=80
 isl_libisl_gen9_la_SOURCES = $(ISL_GEN9_FILES)
 isl_libisl_gen9_la_CFLAGS = $(AM_CFLAGS) -DGEN_VERSIONx10=90
 
+isl_libisl_gen10_la_SOURCES = $(ISL_GEN10_FILES)
+isl_libisl_gen10_la_CFLAGS = $(AM_CFLAGS) -DGEN_VERSIONx10=100
+
 BUILT_SOURCES += $(ISL_GENERATED_FILES)
 
 isl/isl_format_layout.c: isl/gen_format_layout.py \