mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 09:42:19 +03:00
Add OOT module build for mods. The driver code of mod is used from kernel/nvidia and get copied to build time in nvidia-oot for building as module. Bug 3725913 Change-Id: I975f269c8305edcc87d6e3bc02e6b46761245315 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2755859 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> GVS: Gerrit_Virtual_Submit
10 lines
419 B
Makefile
10 lines
419 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/misc/mods. 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.
|