diff options
Diffstat (limited to 'sound/hda/Makefile')
| -rw-r--r-- | sound/hda/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/hda/Makefile b/sound/hda/Makefile new file mode 100644 index 000000000000..d9a6def582ef --- /dev/null +++ b/sound/hda/Makefile @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0 +obj-y += core/ +obj-$(CONFIG_SND_HDA) += common/ +obj-$(CONFIG_SND_HDA) += codecs/ +# this must be the last entry after codec drivers; +# otherwise the codec drivers won't be hooked before the PCI probe +# when built in kernel +obj-$(CONFIG_SND_HDA) += controllers/ |
