X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=drivers%2Fsound%2FMakefile;h=3793f8af9bf70e36b350b696b73e8cfafbc0468c;hp=6d252926c608621e6babdf0b840950e99663f174;hb=c34c0246a3600dc4712247b267f71576234e403b;hpb=bbc09bf27e77dc80f74054f7fc8a66111dd113c6 diff --git a/drivers/sound/Makefile b/drivers/sound/Makefile index 6d252926c6..3793f8af9b 100644 --- a/drivers/sound/Makefile +++ b/drivers/sound/Makefile @@ -7,5 +7,7 @@ obj-$(CONFIG_SOUND) += sound.o obj-$(CONFIG_I2S) += samsung-i2s.o +obj-$(CONFIG_I2S_SAMSUNG) += samsung-i2s.o +obj-$(CONFIG_SOUND_SANDBOX) += sandbox.o obj-$(CONFIG_SOUND_WM8994) += wm8994.o obj-$(CONFIG_SOUND_MAX98095) += max98095.o