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 <shashsingh@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2627348
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: Ankur Kishore <ankkishore@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Shashank Singh
2021-11-17 04:53:57 +00:00
committed by mobile promotions
parent 9b7c8cdd8c
commit 0a1bc4cca5

View File

@@ -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