From b6919ce302c2d4a5d4e400ce8f6bab200a2f429c Mon Sep 17 00:00:00 2001 From: Sagar Kamble Date: Thu, 23 May 2019 07:33:03 +0530 Subject: [PATCH] gpu: nvgpu: fix Makefile.shared.configs s/NV_COMPONENT_CFLAGS/NVGPU_COMMON_CFLAGS. This was missed in the virt patches. JIRA GVSCI-517 Change-Id: I915c0146d0ec2f986760310490657c2444e25af9 Signed-off-by: Sagar Kamble Reviewed-on: https://git-master.nvidia.com/r/2124017 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vijayakumar Subbu GVS: Gerrit_Virtual_Submit 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 4f4ac4ace..8c85adca2 100644 --- a/drivers/gpu/nvgpu/Makefile.shared.configs +++ b/drivers/gpu/nvgpu/Makefile.shared.configs @@ -50,5 +50,5 @@ NVGPU_FECS_TRACE_SUPPORT := 1 NVGPU_COMMON_CFLAGS += -DCONFIG_GK20A_CTXSW_TRACE IGPU_VIRT_SUPPORT := 1 -NV_COMPONENT_CFLAGS += -DIGPU_VIRT_SUPPORT +NVGPU_COMMON_CFLAGS += -DIGPU_VIRT_SUPPORT endif