summaryrefslogtreecommitdiffstats
path: root/Makefile.umbrella.tmk
diff options
context:
space:
mode:
authorPhilip Elcan <pelcan@nvidia.com>2018-09-13 16:21:38 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-24 18:54:13 -0400
commit9ac1e34312021ecc80d1b8db8fbff2f3e60e1a54 (patch)
tree7e9a618fb2f748f82c29881caf92a211b91260d0 /Makefile.umbrella.tmk
parentc47eab005ad9a26a36d2c7ca1595c790ff1bc40d (diff)
gpu: nvgpu: unit: build in tmake
This builds the nvgpu userspace in the tmake build system. The shared library and the unit test binary are built for target. The output goes to the systemimage in nvgpu_unit/build. JIRA NVGPU-1042 Change-Id: I70a118bc02789caf838b2b8e9d6778e94239c56f Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1822287 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 bd3c3478..a3eab748 100644
--- a/Makefile.umbrella.tmk
+++ b/Makefile.umbrella.tmk
@@ -21,6 +21,7 @@ NV_REPOSITORY_COMPONENTS :=
21 21
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
24endif 25endif
25 26
26# Local Variables: 27# Local Variables: