intel/compiler: Add and use helpers for working with KSP indices
[mesa.git] / src / intel / Makefile.tools.am
index 944ee19805c293eca535cf68bdff2d7424e93c43..b00cc8cc2cb346dbfe3695142a6b311b92f9dc02 100644 (file)
@@ -25,9 +25,6 @@ noinst_PROGRAMS += \
 
 tools_aubinator_SOURCES = \
        tools/aubinator.c \
-       tools/disasm.c \
-       tools/gen_batch_decoder.c \
-       tools/gen_disasm.h \
        tools/intel_aub.h
 
 tools_aubinator_CFLAGS = \
@@ -37,6 +34,8 @@ tools_aubinator_CFLAGS = \
 tools_aubinator_LDADD = \
        common/libintel_common.la \
        compiler/libintel_compiler.la \
+       dev/libintel_dev.la \
+       isl/libisl.la \
        $(top_builddir)/src/util/libmesautil.la \
        $(PER_GEN_LIBS) \
        $(PTHREAD_LIBS) \
@@ -46,14 +45,13 @@ tools_aubinator_LDADD = \
 
 
 tools_aubinator_error_decode_SOURCES = \
-       tools/aubinator_error_decode.c \
-       tools/disasm.c \
-       tools/gen_batch_decoder.c \
-       tools/gen_disasm.h
+       tools/aubinator_error_decode.c
 
 tools_aubinator_error_decode_LDADD = \
        common/libintel_common.la \
        compiler/libintel_compiler.la \
+       dev/libintel_dev.la \
+       isl/libisl.la \
        $(top_builddir)/src/util/libmesautil.la \
        $(PTHREAD_LIBS) \
        $(ZLIB_LIBS)