mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
The CVNAS driver is not needed for Tegra234 and future devices. Remove the CVNAS driver and support for CVNAS from DLA, NVMAP and PVA dirvers. Bug 4037930 Change-Id: I5d1ae3c195485cb094f9b9b480f91d81fd04687c Signed-off-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2903848 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
27 lines
719 B
Makefile
27 lines
719 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
|
|
tegra-bootloader-debug-objs += tegra_bootloader_debug_init.o
|
|
obj-m += tegra-bootloader-debug.o
|
|
|
|
tegra-cactmon-objs := cactmon.o
|
|
tegra-cactmon-objs += actmon_common.o
|
|
obj-m += tegra-cactmon.o
|
|
obj-m += tegra-fsicom.o
|
|
|
|
tegra-camera-rtcpu-objs := tegra-camera-rtcpu-base.o rtcpu/tegra-rtcpu-trace.o rtcpu/rtcpu-monitor.o
|
|
obj-m += tegra-camera-rtcpu.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/
|
|
obj-m += rtcpu/
|
|
obj-m += aon/
|
|
obj-m += tegra-uss-io-proxy.o
|