mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
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>
11 lines
458 B
Makefile
11 lines
458 B
Makefile
# 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.
|