diff options
Diffstat (limited to 'src/intel')
-rw-r--r-- | src/intel/isl/Makefile.am | 2 | ||||
-rw-r--r-- | src/intel/isl/Makefile.sources | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am index 4922b1fbe4a..74f863ab697 100644 --- a/src/intel/isl/Makefile.am +++ b/src/intel/isl/Makefile.am @@ -50,7 +50,7 @@ libisl_la_CFLAGS = $(CFLAGS) -Wno-override-init libisl_la_LIBADD = $(ISL_GEN_LIBS) -libisl_la_SOURCES = $(ISL_FILES) +libisl_la_SOURCES = $(ISL_FILES) $(ISL_GENERATED_FILES) libisl_gen7_la_SOURCES = $(ISL_GEN7_FILES) libisl_gen7_la_CFLAGS = $(libisl_la_CFLAGS) -DGEN_VERSIONx10=70 diff --git a/src/intel/isl/Makefile.sources b/src/intel/isl/Makefile.sources index fe6a00f1682..89b1418ffc7 100644 --- a/src/intel/isl/Makefile.sources +++ b/src/intel/isl/Makefile.sources @@ -2,7 +2,6 @@ ISL_FILES = \ isl.c \ isl.h \ isl_format.c \ - isl_format_layout.c \ isl_gen4.c \ isl_gen4.h \ isl_gen6.c \ |