mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
Copy the sources of drm module from kernel/nvidia to kernel/nvidia-oot to build drm as OOT module. Files get copied at build time. Bug 3583645 Change-Id: I1f63c834368f178b36e9935a5bd5d8db77d10c60 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2718332 GVS: Gerrit_Virtual_Submit
11 lines
424 B
Makefile
11 lines
424 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
# NOTE: Do not change or add anything in this makefile.
|
|
# The source code and makefile rules are copied from the
|
|
# kernel/nvidia/drivers/gpu/drm/tegra. 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.
|
|
|