diff options
Diffstat (limited to 'sound/hda/Makefile')
-rw-r--r-- | sound/hda/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/hda/Makefile b/sound/hda/Makefile index 2160202e2dc1..8560f6ef1b19 100644 --- a/sound/hda/Makefile +++ b/sound/hda/Makefile | |||
@@ -13,3 +13,6 @@ obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o | |||
13 | 13 | ||
14 | #extended hda | 14 | #extended hda |
15 | obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/ | 15 | obj-$(CONFIG_SND_HDA_EXT_CORE) += ext/ |
16 | |||
17 | snd-intel-nhlt-objs := intel-nhlt.o | ||
18 | obj-$(CONFIG_SND_INTEL_NHLT) += snd-intel-nhlt.o | ||