iris: Fixup copy'n'paste mistake in Makefile.sources
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 29 May 2020 18:51:28 +0000 (19:51 +0100)
committerMarge Bot <eric+marge@anholt.net>
Sun, 31 May 2020 22:01:48 +0000 (22:01 +0000)
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@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5264>

src/gallium/drivers/iris/Makefile.sources

index bfd30c919bdf9bcbe91c5a2825c2f0861efe7470..fa5fa840870402b45de1fb7672f2d801fb8c8d7d 100644 (file)
@@ -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