summaryrefslogtreecommitdiffstats
path: root/Makefile.umbrella.tmk
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2018-06-21 19:00:18 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-06-25 15:04:42 -0400
commitbc0d8a65c198c9a4b254187bd68cc60b7343215f (patch)
tree33635c03253c2d7a55b0d68fee27a6e48cefb853 /Makefile.umbrella.tmk
parente1a6ab0b27490fb45b4ba61f0b4f8ab82fc21a8b (diff)
Revert "gpu: nvgpu: Protect against possible userspace build failures"
This reverts commit 57e6105aa1b0a3c5d516041942733658cd352c57. When this is reverted the userspace build will be active in GVS! This will save much work in fixing periodic compilation issues that get added to the userspace build by accident. JIRA NVGPU-525 Change-Id: Ifc33b6694c97b743a7461c1ce9efb1bc60bd1771 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1757491 GVS: Gerrit_Virtual_Submit Reviewed-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'Makefile.umbrella.tmk')
-rw-r--r--Makefile.umbrella.tmk8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.umbrella.tmk b/Makefile.umbrella.tmk
index 8647a7b8..bd3c3478 100644
--- a/Makefile.umbrella.tmk
+++ b/Makefile.umbrella.tmk
@@ -20,13 +20,7 @@
20NV_REPOSITORY_COMPONENTS := 20NV_REPOSITORY_COMPONENTS :=
21 21
22ifneq ($(NV_BUILD_CONFIGURATION_OS_IS_INTEGRITY),1) 22ifneq ($(NV_BUILD_CONFIGURATION_OS_IS_INTEGRITY),1)
23# 23NV_REPOSITORY_COMPONENTS := drivers/gpu/nvgpu
24# Temporary change to prevent build failures when the dev-other change to enable
25# the userspace build hits dev-kernel.
26#
27# Simply revert this change to fully enable the build on dev-kernel.
28#
29# NV_REPOSITORY_COMPONENTS := drivers/gpu/nvgpu
30endif 24endif
31 25
32# Local Variables: 26# Local Variables: