mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
gpu: nvgpu: remove unnecessary whitelisting change
Whitelisting changes for tmake are set at the top level in tmake/umbrella/parts.tmk. The change in drivers/gpu/nvgpu/Makefile.tmk is unnecessary. Therefore, the nvgpu change is being removed. JIRA NVGPU-3820 Change-Id: I2053e69759df0d3dbf58b209a957d9227c1ebb40 Signed-off-by: Adeel Raza <araza@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2193805 Reviewed-by: Scott Long <scottl@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Philip Elcan <pelcan@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
60c7363307
commit
0f183f06bd
@@ -55,11 +55,6 @@ NV_COMPONENT_CFLAGS += \
|
|||||||
-D__NVGPU_POSIX__ \
|
-D__NVGPU_POSIX__ \
|
||||||
-DCONFIG_NVGPU_SUPPORT_TURING \
|
-DCONFIG_NVGPU_SUPPORT_TURING \
|
||||||
-D__NVGPU_UNIT_TEST__
|
-D__NVGPU_UNIT_TEST__
|
||||||
# NV_COVERITY is used by violation whitelisting macros. Whitelisting is only
|
|
||||||
# enabled when a coverity scan is being run.
|
|
||||||
ifeq ($(NV_COVERITY),1)
|
|
||||||
NV_COMPONENT_CFLAGS += -DNV_COVERITY
|
|
||||||
endif
|
|
||||||
|
|
||||||
NVGPU_FORCE_SAFETY_PROFILE := 1
|
NVGPU_FORCE_SAFETY_PROFILE := 1
|
||||||
NVGPU_FORCE_DEBUG_PROFILE := 1
|
NVGPU_FORCE_DEBUG_PROFILE := 1
|
||||||
|
|||||||
Reference in New Issue
Block a user