mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 01:31:30 +03:00
mc-utils driver support is needed on T264, and it should be present in nvidia-t264 repo, so as to avoid leaking any information. Also, we need to make sure once T264 is public the existing mc-utils driver can be updated easily for T264 support. Hence first copy the existing mc-utils driver from nvidia-oot into nvidia-t264, then make changes for T264 and finally when T264 is public, just cherry-pick the addional changes in nvidia-oot and clean up driver from nvidia-t264. This change is doing the first step i.e. copying existing mc-utils driver code from nvidia-oot into nvidia-t264. Bug 4090660 Change-Id: I95eff8d3f7fef267a5c0f0e2137c4343a615d4aa Signed-off-by: Ketan Patil <ketanp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-t264/+/2911970 Reviewed-by: Sachin Nikam <snikam@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
4 lines
136 B
Makefile
4 lines
136 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
obj-m += mc-utils.o
|