From: Emil Velikov <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
---
src/gallium/drivers/swr/Makefile.am | 1 +
src/intel/isl/Makefile.am | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/gallium/drivers/swr/Makefile.am
b/src/gallium/drivers/swr/Makefile.am
index b8035c7..e160084 100644
--- a/src/gallium/drivers/swr/Makefile.am
+++ b/src/gallium/drivers/swr/Makefile.am
@@ -55,6 +55,7 @@ BUILT_SOURCES = \
rasterizer/jitter/builder_gen.cpp \
rasterizer/jitter/builder_x86.h \
rasterizer/jitter/builder_x86.cpp
+
CLEANFILES = $(BUILT_SOURCES)
MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)
diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am
index 74f863a..388e7e9 100644
--- a/src/intel/isl/Makefile.am
+++ b/src/intel/isl/Makefile.am
@@ -65,6 +65,7 @@ libisl_gen9_la_SOURCES = $(ISL_GEN9_FILES)
libisl_gen9_la_CFLAGS = $(libisl_la_CFLAGS) -DGEN_VERSIONx10=90
BUILT_SOURCES = $(ISL_GENERATED_FILES)
+CLEANFILES = $(BUILT_SOURCES)
isl_format_layout.c: isl_format_layout_gen.bash \
isl_format_layout.csv
--
2.8.2
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev