From 00a807416b10a0eb90d1d7e5ee6afc8f5d7a5d17 Mon Sep 17 00:00:00 2001 From: Santosh BS Date: Wed, 5 Feb 2025 17:08:13 +0000 Subject: [PATCH] nvidia-oot: enable NV_OOT_NVHOST_NATIVE_DIS for emb-linux Export NV_OOT_NVHOST_NATIVE_DIS variable for emb-linux configuration. Jira HOSTX-5885 Change-Id: I1d40274faac1c45f93014fe180366de91a899625 Signed-off-by: Santosh BS Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3297021 Reviewed-by: Laxman Dewangan GVS: buildbot_gerritrpt --- configs/Makefile.config.embedded-linux | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/Makefile.config.embedded-linux b/configs/Makefile.config.embedded-linux index e79906e9..03844598 100644 --- a/configs/Makefile.config.embedded-linux +++ b/configs/Makefile.config.embedded-linux @@ -4,4 +4,6 @@ # Embedded linux specific environment variables to distinguish between embedded-linux and non embedded-linux builds. export NV_OOT_NVMAP_IN_EMBEDDED_LINUX=y -subdir-ccflags-y += -DNV_CONFIG_NVMAP_IN_EMBEDDED_LINUX \ No newline at end of file +subdir-ccflags-y += -DNV_CONFIG_NVMAP_IN_EMBEDDED_LINUX + +export NV_OOT_NVHOST_NATIVE_DIS=y