summaryrefslogtreecommitdiffstats
path: root/Makefile.umbrella.tmk
diff options
context:
space:
mode:
authorPhilip Elcan <pelcan@nvidia.com>2018-09-13 16:27:08 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-24 18:54:18 -0400
commitb3127c45fbede2c292d9bcb7507f05afbd8e9613 (patch)
tree9a7cdd304444988dc427fc450e070a0194b7bd07 /Makefile.umbrella.tmk
parent9ac1e34312021ecc80d1b8db8fbff2f3e60e1a54 (diff)
gpu: nvgpu: unit: build posix-bitops in tmake
This builds the posix-bitops unit test shared library in the tmake build system for target. The systemimage output is in nvgpu_unit/build/units/libunit-posix-bitops.so JIRA NVGPU-1042 Change-Id: Id73a1f3e7d8de4e21e3a7f5c5bd036e0ce62ad3e Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1822288 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@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.tmk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.umbrella.tmk b/Makefile.umbrella.tmk
index a3eab748..885dabb1 100644
--- a/Makefile.umbrella.tmk
+++ b/Makefile.umbrella.tmk
@@ -22,6 +22,7 @@ NV_REPOSITORY_COMPONENTS :=
22ifneq ($(NV_BUILD_CONFIGURATION_OS_IS_INTEGRITY),1) 22ifneq ($(NV_BUILD_CONFIGURATION_OS_IS_INTEGRITY),1)
23NV_REPOSITORY_COMPONENTS := drivers/gpu/nvgpu 23NV_REPOSITORY_COMPONENTS := drivers/gpu/nvgpu
24NV_REPOSITORY_COMPONENTS += userspace 24NV_REPOSITORY_COMPONENTS += userspace
25NV_REPOSITORY_COMPONENTS += userspace/units/posix-bitops
25endif 26endif
26 27
27# Local Variables: 28# Local Variables: