mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
PCI: Create a empty Makefile as a placeholder
Create a empty Makefile as a placeholder to copy priviate SoC PCIe driver. Bug 4000789 Signed-off-by: Manikanta Maddireddy <mmaddireddy@nvidia.com> Change-Id: I38a900eacb8ada86b387e01bb4bfe7f40d08043b Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2870780 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
7e72b625c0
commit
6afc085f93
@@ -1,5 +1,7 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
||||||
|
|
||||||
obj-m += tegra-pcie-edma.o
|
obj-m += tegra-pcie-edma.o
|
||||||
obj-m += pcie-tegra-vf.o
|
obj-m += pcie-tegra-vf.o
|
||||||
|
|
||||||
|
obj-m += private-soc/
|
||||||
|
|||||||
10
drivers/pci/controller/private-soc/Makefile
Normal file
10
drivers/pci/controller/private-soc/Makefile
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved.
|
||||||
|
|
||||||
|
# Empty Makefile
|
||||||
|
# NOTE: Do not change or add anything in this Makefile.
|
||||||
|
# The source code and Makefile rules are copied from the
|
||||||
|
# kernel/nvidia-$soc/drivers/pci/controller/private-soc. This
|
||||||
|
# file is just place-holder for empty Makefile to avoid any build
|
||||||
|
# issue when copy is not done from command line and building
|
||||||
|
# the tree independent of source copy.
|
||||||
Reference in New Issue
Block a user