mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
nvmap: Copy source file from kernel/nvidia to build nvmap module
Copy the sources of nvmap module from kernel/nvidia to kernel/nvidia-oot to build nvmap as OOT module. Files get copied at build time. Bug 3583631 Change-Id: I97668e37d14b2dbfcda97a21b48508d0791f870f Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2715732 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
995c108438
commit
b193d11dae
@@ -1,2 +1,9 @@
|
||||
# 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/video/tegra/nvmap. 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.
|
||||
|
||||
@@ -3,3 +3,10 @@ copy_dir nvidia/drivers/misc/nvsciipc drivers/misc/nvsciipc
|
||||
copy_file nvidia/include/linux/nvscierror.h include/linux/nvscierror.h
|
||||
copy_file nvidia/include/linux/nvsciipc_interface.h include/linux/nvsciipc_interface.h
|
||||
copy_file nvidia/include/uapi/linux/nvsciipc_ioctl.h include/uapi/linux/nvsciipc_ioctl.h
|
||||
|
||||
# Files/directories for the nvmap module
|
||||
copy_dir nvidia/drivers/video/tegra/nvmap drivers/video/tegra/nvmap
|
||||
copy_file nvidia/include/linux/nvmap.h include/linux/nvmap.h
|
||||
copy_file nvidia/include/linux/nvmap_t19x.h include/linux/nvmap_t19x.h
|
||||
copy_file nvidia/include/trace/events/nvmap.h include/trace/events/nvmap.h
|
||||
copy_file nvidia/include/uapi/linux/nvmap.h include/uapi/linux/nvmap.h
|
||||
|
||||
Reference in New Issue
Block a user