mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
1. Add tsec device entry in the DT overlay file 2. Copy over the existing tsec driver source code and compile it when building with oot kernel 3. Add a dummy tsec folder with an empty Makefile which conveys that common driver source is used from kernel/nvidia/drivers/video/tegra/tsec Bug 3817626 Change-Id: I7b3064fc08bf7507b7660985564bc6bc8eba86eb Signed-off-by: Nikesh Oswal <noswal@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2793265 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
8 lines
171 B
Makefile
8 lines
171 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += nvmap/
|
|
obj-m += host/nvdla/
|
|
obj-m += host/pva/
|
|
obj-m += tsec/
|