summaryrefslogtreecommitdiffstats
path: root/Makefile.umbrella.tmk
diff options
context:
space:
mode:
authorNicolas Benech <nbenech@nvidia.com>2018-09-28 15:29:26 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-29 02:55:13 -0400
commit44574a01bb665c3ee59db3577fdd438a9aefc037 (patch)
tree51232cc970105d72075dd3feacbd0b0a2c106aa9 /Makefile.umbrella.tmk
parent7a033af6602258b2f2c738a7836d17562b17d8b8 (diff)
gpu: nvgpu: unit: Add mockio unit test to tmake
MockIO unit test went in before the tmake changes. Now adding tmake files so that it builds for target. Change-Id: I9f08076a46f8f6487342553999d43279fb74cabb Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1851219 Reviewed-by: Philip Elcan <pelcan@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 744c6c05..049ea98c 100644
--- a/Makefile.umbrella.tmk
+++ b/Makefile.umbrella.tmk
@@ -24,6 +24,7 @@ NV_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 26NV_REPOSITORY_COMPONENTS += userspace/units/posix-env
27NV_REPOSITORY_COMPONENTS += userspace/units/posix-mockio
27endif 28endif
28 29
29# Local Variables: 30# Local Variables: