Files
linux-nv-oot/drivers/memory/tegra/private-soc/Makefile
Ashish Mhetre 9797a3c1e2 memory: tegra: Enable building of mc-<soc>
The copied source files for driver in linux-<soc> repo need to proper
Makefile to be built. Add required Makefile to build MC driver from
linux-<soc> repo.

Bug 3960743

Change-Id: If47a799c9ac6be7f52a55fb0d715a09a797501d8
Signed-off-by: Ashish Mhetre <amhetre@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2914094
Reviewed-by: Ketan Patil <ketanp@nvidia.com>
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
2023-06-07 22:12:53 -07:00

11 lines
461 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
# 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/memory/tegra/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.