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