mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
The tegra-cactmon driver is only used for Tegra194 and given that the out-of-tree drivers are only supported for Tegra234 and newer devices we can remove this driver. Bug 4174107 Change-Id: I152e8119b5c179f2d75771c1af2eb5d5f865ccbc Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2927995 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
23 lines
525 B
Makefile
23 lines
525 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
tegra-bootloader-debug-objs := tegra_bootloader_debug.o
|
|
obj-m += tegra-bootloader-debug.o
|
|
|
|
obj-m += tegra-cactmon-mc-all.o
|
|
obj-m += tegra-fsicom.o
|
|
|
|
obj-m += mce/
|
|
ifdef CONFIG_PERF_EVENTS
|
|
obj-m += uncore_pmu/
|
|
endif
|
|
obj-m += mc-hwpm.o
|
|
obj-m += mc-utils/
|
|
obj-m += dce/
|
|
obj-m += psc/
|
|
ifeq ($(findstring ack_src,$(NV_BUILD_KERNEL_OPTIONS)),)
|
|
obj-m += rtcpu/
|
|
endif
|
|
obj-m += aon/
|
|
obj-m += tegra-uss-io-proxy.o
|