diff options
Diffstat (limited to 'Makefile.umbrella.tmk')
-rw-r--r-- | Makefile.umbrella.tmk | 8 |
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 @@ | |||
20 | NV_REPOSITORY_COMPONENTS := | 20 | NV_REPOSITORY_COMPONENTS := |
21 | 21 | ||
22 | ifneq ($(NV_BUILD_CONFIGURATION_OS_IS_INTEGRITY),1) | 22 | ifneq ($(NV_BUILD_CONFIGURATION_OS_IS_INTEGRITY),1) |
23 | # | 23 | NV_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 | ||
30 | endif | 24 | endif |
31 | 25 | ||
32 | # Local Variables: | 26 | # Local Variables: |