From a3a9ed3b126f13fff52973159d171eb44ae71a43 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Tue, 22 May 2018 11:23:38 -0700 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1727382 Reviewed-by: Richard Zhao Reviewed-by: Konsta Holtta GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- Makefile.umbrella.tmk | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ # # Components common to all builds # +NV_REPOSITORY_COMPONENTS := + +ifneq ($(NV_BUILD_CONFIGURATION_OS_IS_INTEGRITY),1) NV_REPOSITORY_COMPONENTS := drivers/gpu/nvgpu +endif # Local Variables: # indent-tabs-mode: t -- cgit v1.2.2