xref: /linux/sound/hda/Makefile (revision 63d47cc6eeb27fa0f5b2d9e2e9b950d728b6ca24)
1# SPDX-License-Identifier: GPL-2.0
2obj-y += core/
3obj-$(CONFIG_SND_HDA) += common/
4obj-$(CONFIG_SND_HDA) += codecs/
5# this must be the last entry after codec drivers;
6# otherwise the codec drivers won't be hooked before the PCI probe
7# when built in kernel
8obj-$(CONFIG_SND_HDA) += controllers/
9