diff options
Diffstat (limited to 'sound/soc/apple/Makefile')
-rw-r--r-- | sound/soc/apple/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/apple/Makefile b/sound/soc/apple/Makefile index 7a30bf452817..a14b8fc7f349 100644 --- a/sound/soc/apple/Makefile +++ b/sound/soc/apple/Makefile @@ -1,3 +1,7 @@ snd-soc-apple-mca-objs := mca.o obj-$(CONFIG_SND_SOC_APPLE_MCA) += snd-soc-apple-mca.o + +snd-soc-macaudio-objs := macaudio.o + +obj-$(CONFIG_SND_SOC_APPLE_MACAUDIO) += snd-soc-macaudio.o |