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:
Manikanta Maddireddy
2023-03-14 15:04:35 +05:30
committed by mobile promotions
parent 7e72b625c0
commit 6afc085f93
2 changed files with 13 additions and 1 deletions

View File

@@ -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/

View 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.