mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
ASoC: tegra: Get rid of explicit header inclusion
The required headers for sound driver are already included in the master makefile. Hence, it is not required to add include path explicitly. Bug 4087103 Change-Id: Ia5c2b9c7b9be0b060b171c48cbc9a084847cbb8e Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2894630 Reviewed-by: Sheetal . <sheetal@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
4d16df36e4
commit
06a354f741
@@ -1,12 +1,12 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
# Copyright (c) 2022-2023, NVIDIA CORPORATION. All rights reserved.
|
||||||
|
|
||||||
GCOV_PROFILE := y
|
GCOV_PROFILE := y
|
||||||
|
|
||||||
subdir-ccflags-y := -Werror
|
subdir-ccflags-y := -Werror
|
||||||
ccflags-y += -I$(overlay)/$(src)/../tegra-virt-alt/include/
|
ccflags-y += -I$(overlay)/$(src)/../tegra-virt-alt/include/
|
||||||
ccflags-y += -I$(overlay)/$(src)/../codecs
|
ccflags-y += -I$(overlay)/$(src)/../codecs
|
||||||
ccflags-y += -I$(srctree.nvidia)/sound/soc/tegra-virt-alt/nvaudio_ivc/
|
ccflags-y += -I$(srctree.nvidia-oot)/sound/soc/tegra-virt-alt/nvaudio_ivc/
|
||||||
|
|
||||||
# Tegra platform Support
|
# Tegra platform Support
|
||||||
|
|
||||||
@@ -19,4 +19,4 @@ snd-soc-tegra210-virt-alt-admaif-objs := tegra210_virt_alt_admaif.o \
|
|||||||
|
|
||||||
snd-soc-tegra-virt-t210ref-pcm-objs := tegra_virt_ref_alt.o
|
snd-soc-tegra-virt-t210ref-pcm-objs := tegra_virt_ref_alt.o
|
||||||
obj-m += snd-soc-tegra210-virt-alt-admaif.o
|
obj-m += snd-soc-tegra210-virt-alt-admaif.o
|
||||||
obj-m += snd-soc-tegra-virt-t210ref-pcm.o
|
obj-m += snd-soc-tegra-virt-t210ref-pcm.o
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved.
|
||||||
LINUXINCLUDE += -I$(srctree.nvidia-oot)/include
|
|
||||||
|
|
||||||
snd-soc-tegra-utils-oot-objs := tegra_asoc_utils.o tegra_asoc_machine.o \
|
snd-soc-tegra-utils-oot-objs := tegra_asoc_utils.o tegra_asoc_machine.o \
|
||||||
tegra_isomgr_bw.o tegra_codecs.o
|
tegra_isomgr_bw.o tegra_codecs.o
|
||||||
|
|||||||
Reference in New Issue
Block a user