diff options
Diffstat (limited to 'sound/soc/apple/Makefile')
-rw-r--r-- | sound/soc/apple/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/apple/Makefile b/sound/soc/apple/Makefile new file mode 100644 index 000000000000..a45cf8213c29 --- /dev/null +++ b/sound/soc/apple/Makefile @@ -0,0 +1,6 @@ +snd-soc-apple-mca-objs := mca.o +snd-soc-apple-silicon-objs := macaudio.o + +obj-$(CONFIG_SND_SOC_APPLE_MCA) += snd-soc-apple-mca.o +obj-$(CONFIG_SND_SOC_APPLE_SILICON) += snd-soc-apple-silicon.o + |