From 605b0e8acf307ff0f9cccd34c2cae8932ad9222a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 29 May 2020 19:51:28 +0100 Subject: [PATCH] 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 Part-of: --- 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