mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
Stop compilation for marvel driver in nvidia-oot repo, since PCI support in core kernel is missing in recovery kernel. Bug 3863448 Change-Id: Ic74ed237ebd15425b8d07e1187b0123769fd5855 Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2871454 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Vipin Kumar <vipink@nvidia.com> Tested-by: Sheetal Tigadoli <stigadoli@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
9 lines
159 B
Makefile
9 lines
159 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += nvidia/
|
|
|
|
ifdef CONFIG_PCI
|
|
obj-m += marvell/
|
|
endif
|