]> git.sur5r.net Git - u-boot/blobdiff - drivers/sound/Makefile
mips: Let cache.h be included from assembly source
[u-boot] / drivers / sound / Makefile
index 6d252926c608621e6babdf0b840950e99663f174..981ed614b126bfcc0395acaa87eb20b8707b9510 100644 (file)
@@ -6,6 +6,8 @@
 #
 
 obj-$(CONFIG_SOUND)    += sound.o
-obj-$(CONFIG_I2S)      += samsung-i2s.o
+obj-$(CONFIG_I2S)      += sound-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