From a51eb9da021c2934e196c5d8be04551703e6bb5b Mon Sep 17 00:00:00 2001 From: Debarshi Dutta Date: Fri, 11 May 2018 09:18:48 +0530 Subject: gpu: nvgpu: move sync_gk20a under common/linux directory sync_gk20a.* files are no longer used by core code and only invoked from linux specific implementations of the OS_FENCE framework which are under the common/linux directory. Hence, sync_gk20a.* files are also moved under common/linux. JIRA NVGPU-66 Change-Id: If623524611373d2da39b63cfb3c1e40089bf8d22 Signed-off-by: Debarshi Dutta Reviewed-on: https://git-master.nvidia.com/r/1712900 Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/Makefile') diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile index 5af7de35..8f8f8dc8 100644 --- a/drivers/gpu/nvgpu/Makefile +++ b/drivers/gpu/nvgpu/Makefile @@ -160,7 +160,7 @@ nvgpu-$(CONFIG_TEGRA_GK20A) += \ common/linux/platform_gp10b_tegra.o \ common/linux/platform_gv11b_tegra.o -nvgpu-$(CONFIG_SYNC) += gk20a/sync_gk20a.o \ +nvgpu-$(CONFIG_SYNC) += common/linux/sync_sema_android.o \ common/linux/os_fence_android.o \ common/linux/os_fence_android_sema.o -- cgit v1.2.2