mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
This change removes pre-t23x support and removing
dependency on tegra-dc module for tegra-cec driver.
It also removes the previously used uapi header file
for user-space ioctl intefrace which will be added along
with loadable module change.
Verification:
Verified on orin-slt with basic cec tx-rx data with TV.
bug 4954851
Change-Id: Ie820ba706ac5e66da282e411a4ae74bd0e6cb58b
Signed-off-by: Prafull Suryawanshi <prafulls@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3264311
(cherry picked from commit 0cac4c3b02)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3258901
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
16 lines
421 B
Makefile
16 lines
421 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# SPDX-FileCopyrightText: Copyright (c) 2022-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
# MODS is currently broken for Linux v6.11 and later
|
|
ifndef CONFIG_TEGRA_SYSTEM_TYPE_ACK
|
|
obj-m += mods/
|
|
endif
|
|
obj-m += nvsciipc/
|
|
ifdef CONFIG_PCI
|
|
obj-m += tegra-pcie-dma-test.o
|
|
endif
|
|
obj-m += bluedroid_pm.o
|
|
obj-m += nvscic2c-pcie/
|
|
obj-m += ioctl_example.o
|
|
obj-m += tegra-cec/
|