mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
cvnas: Copy source file from kernel/nvidia to build cvnas module
Copy the sources of cvnas module from kernel/nvidia to kernel/nvidia-oot to build cvnas as OOT module. Files get copied at build time. Bug 3583599 Change-Id: Ib0e4599872230dfc9fb0dc25c383d3da6ee74ecb Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2715736 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> GVS: Gerrit_Virtual_Submit
This commit is contained in:
committed by
mobile promotions
parent
b193d11dae
commit
5197b374cb
@@ -15,3 +15,5 @@ tegra-cactmon-objs += actmon_common.o
|
||||
obj-m += tegra-cactmon.o
|
||||
obj-m += tegra-epl.o
|
||||
obj-m += tegra-fsicom.o
|
||||
|
||||
obj-m += cvnas/
|
||||
|
||||
10
drivers/platform/tegra/cvnas/Makefile
Normal file
10
drivers/platform/tegra/cvnas/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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/platform/tegra/cvnas. 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.
|
||||
|
||||
@@ -10,3 +10,8 @@ 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
|
||||
|
||||
# Files/directories for cvnas module
|
||||
copy_dir nvidia/drivers/platform/tegra/cvnas drivers/platform/tegra/cvnas
|
||||
copy_file nvidia/include/linux/cvnas.h include/linux/cvnas.h
|
||||
copy_file nvidia/include/soc/tegra/fuse-helper.h include/soc/tegra/fuse-helper.h
|
||||
|
||||
Reference in New Issue
Block a user