mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
This driver exposes simple IOCTL that can be used for Perf measurement. Bug 4294493 Change-Id: I7a6cba710d9589da41f29e50ea487d8f9597f2db Signed-off-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2991717 (cherry picked from commit ece89cb9c58c76fe822e8e80c99f671114d1b156) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3002117 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
18 lines
432 B
Makefile
18 lines
432 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
ifeq ($(findstring ack_src,$(NV_BUILD_KERNEL_OPTIONS)),)
|
|
ifneq ($(CONFIG_TEGRA_IVC_LEGACY_DISABLE),y)
|
|
obj-m += mods/
|
|
endif
|
|
endif
|
|
obj-m += nvsciipc/
|
|
ifdef CONFIG_PCI
|
|
obj-m += tegra-pcie-dma-test.o
|
|
endif
|
|
ifneq ($(CONFIG_TEGRA_GPIO_LEGACY_DISABLE),y)
|
|
obj-m += bluedroid_pm.o
|
|
endif
|
|
obj-m += nvscic2c-pcie/
|
|
obj-m += ioctl_example.o
|