summaryrefslogtreecommitdiffstats
path: root/Makefile.umbrella.tmk
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2018-06-05 20:44:01 -0400
committerTejal Kudav <tkudav@nvidia.com>2018-06-14 09:44:07 -0400
commit57e6105aa1b0a3c5d516041942733658cd352c57 (patch)
tree551138b5019b429ba236e4a91006d1c06195f685 /Makefile.umbrella.tmk
parent097b42f088c52b2b15c50c4fd6ae2cb670d2d6c3 (diff)
gpu: nvgpu: Protect against possible userspace build failures
When the dev-other change to make: $ tmmp Actually do something in the nvgpu repo hits dev-kernel there will be risk of build failure. As such prevent the makefile.tmk present in nvgpu from doing anything. Then this build can be verified on dev-kernel with GVS (by reverting this change) and we can ensure that no build failures are introduced to dev-kernel. Change-Id: I8c6fe056e12753b099927af9f0f417754edf1c1b Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1740850 Tested-by: Terje Bergstrom <tbergstrom@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@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, 7 insertions, 1 deletions
diff --git a/Makefile.umbrella.tmk b/Makefile.umbrella.tmk
index bd3c3478..8647a7b8 100644
--- a/Makefile.umbrella.tmk
+++ b/Makefile.umbrella.tmk
@@ -20,7 +20,13 @@
20NV_REPOSITORY_COMPONENTS := 20NV_REPOSITORY_COMPONENTS :=
21 21
22ifneq ($(NV_BUILD_CONFIGURATION_OS_IS_INTEGRITY),1) 22ifneq ($(NV_BUILD_CONFIGURATION_OS_IS_INTEGRITY),1)
23NV_REPOSITORY_COMPONENTS := drivers/gpu/nvgpu 23#
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
24endif 30endif
25 31
26# Local Variables: 32# Local Variables: