nvidia-oot: add support for recovery kernel

Stop compilation for nvidia-oot drivers, whose
core kernel support is missing in recovery
kernel.

Bug 3863448

Change-Id: I36f09f74d4448af4b13eeebaaeadc53c3f83e002
Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2856892
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Manish Bhardwaj
2023-02-17 15:00:12 +05:30
committed by mobile promotions
parent 5267694f8e
commit dee4d41861
8 changed files with 44 additions and 3 deletions

View File

@@ -4,7 +4,9 @@ ccflags-y += -I$(srctree.nvidia)/drivers/gpu/host1x/include
ccflags-y += -I$(srctree.nvidia)/include
ccflags-y += -I$(srctree)/include
ifdef CONFIG_TEGRA_HOST1X
obj-m += tegra-se-nvhost.o
obj-m += tegra-se-nvrng.o
obj-m += tegra-nvvse-cryptodev.o
obj-m += tegra-hv-vse-safety.o
obj-m += tegra-nvvse-cryptodev.o
endif
obj-m += tegra-se-nvrng.o