gpu: nvgpu: use make flag NV_BUILD_CONFIGURATION_IS_SAFETY

Update the shared config file to use the safety build flag NV_BUILD_
CONFIGURATION_IS_SAFETY instead of NVGPU_REDUCED. With these changes
posix userspace and tests will be built in two configs based on this
flag.

JIRA NVGPU-3062

Change-Id: Iaf34dd1a8f66f2dd3f351365c369ed46a484a257
Signed-off-by: Sagar Kamble <skamble@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2116402
GVS: Gerrit_Virtual_Submit
Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Sagar Kamble
2019-05-10 14:58:50 +05:30
committed by mobile promotions
parent e0a98ff45a
commit 6c22dc7ea4
5 changed files with 2 additions and 6 deletions

View File

@@ -108,7 +108,6 @@ NV_COMPONENT_SYSTEM_SHARED_LIBRARIES += dl
endif
NV_COMPONENT_CFLAGS += -D__NVGPU_POSIX__
NVGPU_REDUCED := 1
NV_COMPONENT_CFLAGS += \
-DCONFIG_TEGRA_19x_GPU \

View File

@@ -53,8 +53,6 @@ else
NV_COMPONENT_CFLAGS += -D__NVGPU_POSIX__
endif
NVGPU_REDUCED := 1
NV_COMPONENT_CFLAGS += \
-DCONFIG_TEGRA_19x_GPU \
-DCONFIG_TEGRA_GK20A_NVHOST \