summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/Makefile
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2016-06-08 10:27:15 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:17 -0500
commitca2c4ce83a846bbab953e91af37c762efaa975e6 (patch)
treecd1f8269c1646f5a106fd57700a0357dc6ff7075 /drivers/gpu/nvgpu/Makefile
parentee6be7beca896e8fbb324c164c6382fe8d695971 (diff)
gpu: nvgpu: Enable GP10x GPMU secure boot
Build support & enable GPMU secure boot for GP10x JIRA DNVGPU-34 Change-Id: Id1316677ed44790aa150e0ada8ff39daf0ef1d0c Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1161174 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/Makefile')
-rw-r--r--drivers/gpu/nvgpu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/Makefile b/drivers/gpu/nvgpu/Makefile
index 7e4c259b..1579e6eb 100644
--- a/drivers/gpu/nvgpu/Makefile
+++ b/drivers/gpu/nvgpu/Makefile
@@ -23,7 +23,9 @@ nvgpu-y += \
23 $(nvgpu-t18x)/gp106/mm_gp106.o \ 23 $(nvgpu-t18x)/gp106/mm_gp106.o \
24 $(nvgpu-t18x)/gp106/pmu_gp106.o \ 24 $(nvgpu-t18x)/gp106/pmu_gp106.o \
25 $(nvgpu-t18x)/gp106/gr_gp106.o \ 25 $(nvgpu-t18x)/gp106/gr_gp106.o \
26 $(nvgpu-t18x)/gp106/gr_ctx_gp106.o 26 $(nvgpu-t18x)/gp106/gr_ctx_gp106.o \
27 $(nvgpu-t18x)/gp106/acr_gp106.o \
28 $(nvgpu-t18x)/gp106/sec2_gp106.o
27 29
28nvgpu-$(CONFIG_TEGRA_GK20A) += $(nvgpu-t18x)/gp10b/platform_gp10b_tegra.o 30nvgpu-$(CONFIG_TEGRA_GK20A) += $(nvgpu-t18x)/gp10b/platform_gp10b_tegra.o
29 31