From 6f5084af09195e569dd7f1de4be31422b26b05a6 Mon Sep 17 00:00:00 2001 From: Sagar Kamble Date: Fri, 17 May 2019 21:36:45 +0530 Subject: [PATCH] gpu: nvgpu: fix the shared config file NVGPU_CHANNEL_WDT changes and updates to shared config file were mixed. Host userspace build is broken. fix it. JIRA NVGPU-3062 Change-Id: I9eb365ebcd027672240cb3a2a98a9d070fcc97b1 Signed-off-by: Sagar Kamble Reviewed-on: https://git-master.nvidia.com/r/2121209 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Debarshi Dutta GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Makefile.shared.configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/Makefile.shared.configs b/drivers/gpu/nvgpu/Makefile.shared.configs index 4038e7c31..a43608459 100644 --- a/drivers/gpu/nvgpu/Makefile.shared.configs +++ b/drivers/gpu/nvgpu/Makefile.shared.configs @@ -37,7 +37,7 @@ NVGPU_COMMON_CFLAGS += -DNVGPU_DEBUGGER NVGPU_COMMON_CFLAGS += -DNVGPU_USERD # Enable Channel WDT for safety build until we switch to user mode submits only -NV_COMPONENT_CFLAGS += -DNVGPU_CHANNEL_WDT +NVGPU_COMMON_CFLAGS += -DNVGPU_CHANNEL_WDT # Enable iGPU LS PMU for safety build until devctl whitelisting is done NVGPU_LS_PMU := 1