summaryrefslogtreecommitdiff
path: root/sound/hda/controllers/Makefile
blob: a4bcd055e9aef956fc21c2568942c5c3e2689819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: GPL-2.0
snd-hda-intel-y := intel.o
snd-hda-tegra-y := tegra.o
snd-hda-acpi-y := acpi.o

subdir-ccflags-y += -I$(src)/../common

# for trace-points
CFLAGS_intel.o := -I$(src)

obj-$(CONFIG_SND_HDA_INTEL) += snd-hda-intel.o
obj-$(CONFIG_SND_HDA_TEGRA) += snd-hda-tegra.o
obj-$(CONFIG_SND_HDA_ACPI) += snd-hda-acpi.o