Mesa (master): iris: Fixup copy'n'paste mistake in Makefile.sources

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun May 31 22:13:53 UTC 2020


Module: Mesa
Branch: master
Commit: 605b0e8acf307ff0f9cccd34c2cae8932ad9222a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=605b0e8acf307ff0f9cccd34c2cae8932ad9222a

Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri May 29 19:51:28 2020 +0100

iris: Fixup copy'n'paste mistake in Makefile.sources

In changing iris_seqno.[ch] to iris_fine_fence.[ch] and moving the
lines earlier, the newline escape was forgotten.

Fixes: 034329128b703f8c2e8a ("iris: Rename iris_seqno to iris_fine_fence")
Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5264>

---

 src/gallium/drivers/iris/Makefile.sources | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/iris/Makefile.sources b/src/gallium/drivers/iris/Makefile.sources
index bfd30c919bd..fa5fa840870 100644
--- a/src/gallium/drivers/iris/Makefile.sources
+++ b/src/gallium/drivers/iris/Makefile.sources
@@ -42,7 +42,7 @@ IRIS_C_SOURCES = \
 	iris_fence.c \
 	iris_fence.h \
 	iris_fine_fence.c \
-	iris_fine_fence.h
+	iris_fine_fence.h \
 	iris_formats.c \
 	iris_genx_macros.h \
 	iris_genx_protos.h \
@@ -57,4 +57,4 @@ IRIS_C_SOURCES = \
 	iris_resource.c \
 	iris_resource.h \
 	iris_screen.c \
-	iris_screen.h \
+	iris_screen.h



More information about the mesa-commit mailing list