mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Add tegra-fsicom driver. It provides interface to communicate with Functional Safety Island (FSI). Bug 3583609 Change-Id: I0cc45de69ca73092e13ee17fec4abd3f9c9e0468 Signed-off-by: Rahul Bedarkar <rabedarkar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2707054 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit
9 lines
234 B
Makefile
9 lines
234 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += bad.o
|
|
tegra-cactmon-objs := cactmon.o
|
|
tegra-cactmon-objs += actmon_common.o
|
|
obj-m += tegra-cactmon.o
|
|
obj-m += tegra-fsicom.o
|