summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: