mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
nvidia-t264 drivers are copied to nvidia-oot path and compile them to create out-of-the-tree driver modules. Create new directory to avoid replacing exisiting Makefile in out-of-the-tree repo. Bug 4000789 Signed-off-by: Manikanta Maddireddy <mmaddireddy@nvidia.com> Change-Id: I8040a86102b164feae6e1fd2251c69d3dc039dde Reviewed-on: https://git-master.nvidia.com/r/c/linux-t264/+/2870776 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
9 lines
191 B
Makefile
9 lines
191 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Set config when build as OOT module.
|
|
ifeq ($(CONFIG_TEGRA_OOT_MODULE),m)
|
|
CONFIG_PCIE_TEGRA264 := m
|
|
endif
|
|
|
|
obj-$(CONFIG_PCIE_TEGRA264) += pcie-tegra264.o
|