summaryrefslogtreecommitdiffstats
path: root/Makefile.umbrella.tmk
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2018-05-22 14:23:38 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-05-25 18:15:44 -0400
commita3a9ed3b126f13fff52973159d171eb44ae71a43 (patch)
tree6b9321a5107714ba8c5b63c011def306764ddbc5 /Makefile.umbrella.tmk
parent2dbf961365822e38ac6b7266388fcfa503f6e52f (diff)
gpu: nvgpu: posix: Don't do the POSIX build on integrity
For now interity needs a lot of work. It may make sense to come back to this in the future though. JIRA NVGPU-525 Change-Id: Ib533d7a85f105d17debe8a17431f06dc348534a9 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1727382 Reviewed-by: Richard Zhao <rizhao@nvidia.com> Reviewed-by: Konsta Holtta <kholtta@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.tmk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.umbrella.tmk b/Makefile.umbrella.tmk
index 451beca7..bd3c3478 100644
--- a/Makefile.umbrella.tmk
+++ b/Makefile.umbrella.tmk
@@ -17,7 +17,11 @@
17# 17#
18# Components common to all builds 18# Components common to all builds
19# 19#
20NV_REPOSITORY_COMPONENTS :=
21
22ifneq ($(NV_BUILD_CONFIGURATION_OS_IS_INTEGRITY),1)
20NV_REPOSITORY_COMPONENTS := drivers/gpu/nvgpu 23NV_REPOSITORY_COMPONENTS := drivers/gpu/nvgpu
24endif
21 25
22# Local Variables: 26# Local Variables:
23# indent-tabs-mode: t 27# indent-tabs-mode: t