diff options
Diffstat (limited to 'sound/x86/Makefile')
-rw-r--r-- | sound/x86/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/x86/Makefile b/sound/x86/Makefile new file mode 100644 index 000000000000..85ea22a2cf28 --- /dev/null +++ b/sound/x86/Makefile @@ -0,0 +1,6 @@ +snd-hdmi-lpe-audio-objs += \ + intel_hdmi_audio.o \ + intel_hdmi_audio_if.o \ + intel_hdmi_lpe_audio.o + +obj-$(CONFIG_HDMI_LPE_AUDIO) += snd-hdmi-lpe-audio.o |