mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
Stop compilation for nvidia-oot drivers, whose core kernel support is missing in recovery kernel. Bug 3863448 Change-Id: I36f09f74d4448af4b13eeebaaeadc53c3f83e002 Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2856892 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
15 lines
371 B
Makefile
15 lines
371 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
# Enable upstream fuse helper functions
|
|
ccflags-y += -DCONFIG_TEGRA_FUSE_UPSTREAM
|
|
LINUXINCLUDE += -I$(srctree.nvidia-oot)/include
|
|
|
|
obj-m += drivers/
|
|
|
|
ifdef CONFIG_SOUND
|
|
obj-m += sound/soc/tegra/
|
|
obj-m += sound/tegra-safety-audio/
|
|
obj-m += sound/soc/tegra-virt-alt/
|
|
endif
|