From bda3f066e7d01905d29e631409556aff03e15d8c Mon Sep 17 00:00:00 2001 From: ajesh Date: Tue, 18 Jun 2019 10:04:09 +0530 Subject: [PATCH] gpu: nvgpu: UT framework changes for QNX Remove the linking of unit test framework library with libnvgpu_drv.so. The posix probe and close functions are referenced using dl symbols. Jira NVGPU-3837 Change-Id: I4af378c060d2606a8796ff28300c79bbe9e4b237 Signed-off-by: ajesh Reviewed-on: https://git-master.nvidia.com/r/2137794 GVS: Gerrit_Virtual_Submit Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Alex Waterman Tested-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/Makefile.tmk | 2 -- 1 file changed, 2 deletions(-) diff --git a/userspace/Makefile.tmk b/userspace/Makefile.tmk index e9d31fac7..3977cf22a 100644 --- a/userspace/Makefile.tmk +++ b/userspace/Makefile.tmk @@ -100,8 +100,6 @@ NV_COMPONENT_SOURCES := \ NV_COMPONENT_INCLUDES := \ $(NVGPU_UNIT_COMMON_INCLUDES) -NV_COMPONENT_NEEDED_INTERFACE_DIRS := ../drivers/gpu/nvgpu - ifneq ($(NV_BUILD_CONFIGURATION_OS_IS_QNX),1) NV_COMPONENT_SYSTEM_SHARED_LIBRARIES += pthread NV_COMPONENT_SYSTEM_SHARED_LIBRARIES += dl