From 9ac1e34312021ecc80d1b8db8fbff2f3e60e1a54 Mon Sep 17 00:00:00 2001 From: Philip Elcan Date: Thu, 13 Sep 2018 16:21:38 -0400 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1822287 Reviewed-by: svc-misra-checker GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- Makefile.umbrella.tmk | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.umbrella.tmk') 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 := ifneq ($(NV_BUILD_CONFIGURATION_OS_IS_INTEGRITY),1) NV_REPOSITORY_COMPONENTS := drivers/gpu/nvgpu +NV_REPOSITORY_COMPONENTS += userspace endif # Local Variables: -- cgit v1.2.2