]> Git Repo - linux.git/blame - sound/hda/Makefile
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux.git] / sound / hda / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
71fc4c7e 2snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \
739ffee9 3 hdac_regmap.o hdac_controller.o hdac_stream.o array.o hdmi_chmap.o
e3d280fc 4
e311782a
TI
5snd-hda-core-objs += trace.o
6CFLAGS_trace.o := -I$(src)
7
98d8fc6c
ML
8# for sync with i915 gfx driver
9snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o
10
e3d280fc 11obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o
dfe66a18
JK
12
13#extended hda
14obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/
This page took 0.203636 seconds and 4 git commands to generate.