diff options
Diffstat (limited to 'sound/hda/core/ext/Makefile')
-rw-r--r-- | sound/hda/core/ext/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/hda/core/ext/Makefile b/sound/hda/core/ext/Makefile new file mode 100644 index 000000000000..85190a7eb5de --- /dev/null +++ b/sound/hda/core/ext/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only +snd-hda-ext-core-y := bus.o controller.o stream.o + +obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o |