mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
EPF framework no longer supports notifers but supports callbacks instead. Register callbacks for init and deinit. Enable DMA test driver only if EP support is enabled. Bug 3790460 Change-Id: Ic1e14cdc1a0bd80d49991b5f94713b705085825b Signed-off-by: Nagarjuna Kristam <nkristam@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2702389 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
7 lines
164 B
Makefile
7 lines
164 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
ifdef CONFIG_PCIE_TEGRA194_EP
|
|
obj-m += pci-epf-dma-test.o
|
|
endif
|