From 0033a4402ec1908152621a0e293f8c65bf45cdd1 Mon Sep 17 00:00:00 2001 From: Vedashree Vidwans Date: Mon, 23 Dec 2019 16:08:20 -0800 Subject: [PATCH] gpu: nvgpu: fix userspace build failure This patch adds a missing backslash to escape newline character. Jira NVGPU-4675 Change-Id: I9ca82c4fa5dd26905ee4ea983e2a69e2cd04acea Signed-off-by: Vedashree Vidwans Reviewed-on: https://git-master.nvidia.com/r/2267877 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Alex Waterman Reviewed-by: Debarshi Dutta GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/Makefile.sources b/userspace/Makefile.sources index 62222c199..52cded16a 100644 --- a/userspace/Makefile.sources +++ b/userspace/Makefile.sources @@ -137,5 +137,5 @@ UNITS := \ $(UNIT_SRC)/acr \ $(UNIT_SRC)/ce \ $(UNIT_SRC)/cg \ - $(UNIT_SRC)/sync + $(UNIT_SRC)/sync \ $(UNIT_SRC)/ecc