summaryrefslogtreecommitdiffstats
path: root/Makefile.umbrella.tmk
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2018-09-25 18:30:37 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-27 18:07:13 -0400
commit3bbd40366a0bdc54d882fc420e82d54b496dfad7 (patch)
tree76664c8cc6b829f4f01b5a616849447e74412826 /Makefile.umbrella.tmk
parentd031d28d4143e4e9d56dc5aac42852279ed3bf7d (diff)
gpu: nvgpu: unit: Add posix-env test to unit tests
Add the posix-env test to the unit test suite that gets built by tmake. This test caught a legit bug in the posix impl on the target platform which needed to be fixed first. JIRA NVGPU-1234 Change-Id: Ic62eac0bb62741dd03883dcd24c57b49ff67fa0e Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1846180 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> Reviewed-by: Philip Elcan <pelcan@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.tmk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.umbrella.tmk b/Makefile.umbrella.tmk
index 885dabb1..744c6c05 100644
--- a/Makefile.umbrella.tmk
+++ b/Makefile.umbrella.tmk
@@ -23,6 +23,7 @@ ifneq ($(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 25NV_REPOSITORY_COMPONENTS += userspace/units/posix-bitops
26NV_REPOSITORY_COMPONENTS += userspace/units/posix-env
26endif 27endif
27 28
28# Local Variables: 29# Local Variables: