mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
Using this patch we are removing support of nvgpu driver for chain-c kernel. Since this driver is not needed in chain-c kernel. Bug 3655762 Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Change-Id: I7c3328438d5d17686476c924b8b0dfacd34f9ce0 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2717262 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Sagar Kamble <skamble@nvidia.com> Reviewed-by: Amlan Kundu <akundu@nvidia.com> Reviewed-by: Sandeep Trasi <strasi@nvidia.com> GVS: Gerrit_Virtual_Submit
5 lines
133 B
Makefile
5 lines
133 B
Makefile
# Choose this option if you have an SoC with integrated Nvidia GPU IP.
|
|
ifneq ($(CONFIG_ARCH_TEGRA_CHAIN_C), y)
|
|
obj-m += nvgpu/
|
|
endif
|