summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile')
-rw-r--r--drivers/gpu/nvgpu/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 9a46f12c..5af7de35 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -164,6 +164,10 @@ nvgpu-$(CONFIG_SYNC) += gk20a/sync_gk20a.o \
164 common/linux/os_fence_android.o \ 164 common/linux/os_fence_android.o \
165 common/linux/os_fence_android_sema.o 165 common/linux/os_fence_android_sema.o
166 166
167ifeq ($(CONFIG_TEGRA_GK20A_NVHOST), y)
168nvgpu-$(CONFIG_SYNC) += common/linux/os_fence_android_syncpt.o
169endif
170
167nvgpu-$(CONFIG_GK20A_PCI) += common/linux/pci.o \ 171nvgpu-$(CONFIG_GK20A_PCI) += common/linux/pci.o \
168 common/linux/pci_usermode.o \ 172 common/linux/pci_usermode.o \
169 173