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