mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
The source files of Clink and C2C modules would be copied to kernel/nvidia-oot folder during build time. Add support to build these modules as OOT modules. Change-Id: I14c733f3bf8a54268a54d9110dacec17b9e17939 Signed-off-by: Petlozu Pravareshwar <petlozup@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2788745 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
9 lines
433 B
Makefile
9 lines
433 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 subdirectory
|
|
# drivers/c2c of nvidia-grace folder. 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.
|