xref: /linux/sound/hda/controllers/Makefile (revision 177bf8620cf4ed290ee170a6c5966adc0924b336)
1# SPDX-License-Identifier: GPL-2.0
2snd-hda-intel-y := intel.o
3snd-hda-tegra-y := tegra.o
4snd-hda-acpi-y := acpi.o
5
6subdir-ccflags-y += -I$(src)/../common
7
8# for trace-points
9CFLAGS_intel.o := -I$(src)
10
11obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o
12obj-$(CONFIG_SND_HDA_TEGRA) += snd-hda-tegra.o
13obj-$(CONFIG_SND_HDA_ACPI) += snd-hda-acpi.o
14