From 0a1bc4cca506d1d0567678b1cac4623743229729 Mon Sep 17 00:00:00 2001 From: Shashank Singh Date: Wed, 17 Nov 2021 04:53:57 +0000 Subject: [PATCH] gpu: nvgpu: remove dgpu from umbrella makefile for safety dgpu is not required on safety build so remove it from top umbrella Makefile for userspace build. Jira NVGPU-8087 Change-Id: I46e71bc5894b5bbc566061f4cea16b40fbadd0aa Signed-off-by: Shashank Singh Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2627348 Reviewed-by: Alex Waterman Reviewed-by: Ankur Kishore GVS: Gerrit_Virtual_Submit --- Makefile.umbrella.tmk | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.umbrella.tmk b/Makefile.umbrella.tmk index 4c273379f..0afe89c38 100644 --- a/Makefile.umbrella.tmk +++ b/Makefile.umbrella.tmk @@ -45,7 +45,6 @@ endif ifeq ($(build_nvgpu_ut),1) NV_REPOSITORY_COMPONENTS := libs/igpu -NV_REPOSITORY_COMPONENTS += libs/dgpu NV_REPOSITORY_COMPONENTS += userspace NV_REPOSITORY_COMPONENTS += userspace/units/posix/bitops NV_REPOSITORY_COMPONENTS += userspace/units/posix/env @@ -80,7 +79,6 @@ NV_REPOSITORY_COMPONENTS += userspace/units/ptimer NV_REPOSITORY_COMPONENTS += userspace/units/mc NV_REPOSITORY_COMPONENTS += userspace/units/mm/nvgpu_sgt NV_REPOSITORY_COMPONENTS += userspace/units/mm/nvgpu_mem -NV_REPOSITORY_COMPONENTS += userspace/units/mm/nvgpu_mem/dgpu NV_REPOSITORY_COMPONENTS += userspace/units/mm/allocators/buddy_allocator NV_REPOSITORY_COMPONENTS += userspace/units/mm/allocators/nvgpu_allocator NV_REPOSITORY_COMPONENTS += userspace/units/mm/allocators/bitmap_allocator