mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
nvidia: oot: Enable upstream fuse helper functions
Enable the use of fuse helper functions defined in fuse-helper header: kernel/nvidia/include/soc/tegra/fuse-helper.h These helper functions use the upstream fuse driver. Bug 3777983 Change-Id: I33c12a1468ddfbed5e17a626a73ccf93e908f34b Signed-off-by: Kartik <kkartik@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2810945 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
db62bc86bb
commit
1cd9efe47d
3
Makefile
3
Makefile
@@ -1,6 +1,9 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
||||||
|
|
||||||
|
# Enable upstream fuse helper functions
|
||||||
|
ccflags-y += -DCONFIG_TEGRA_FUSE_UPSTREAM
|
||||||
|
|
||||||
obj-m += drivers/
|
obj-m += drivers/
|
||||||
obj-m += sound/soc/tegra/
|
obj-m += sound/soc/tegra/
|
||||||
obj-m += sound/tegra-safety-audio/
|
obj-m += sound/tegra-safety-audio/
|
||||||
|
|||||||
Reference in New Issue
Block a user