X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fsound%2FMakefile;h=1987ca1a05b4831dfb02660552c41e3bb49a143b;hb=8dc16cf9dd6196d99969d12741df186a61a2f9a3;hp=8fdffb10effd76782703716aab176119e39dc9af;hpb=a2d8e0a717b01995eac162de205c90b3ea782440;p=u-boot diff --git a/drivers/sound/Makefile b/drivers/sound/Makefile index 8fdffb10ef..1987ca1a05 100644 --- a/drivers/sound/Makefile +++ b/drivers/sound/Makefile @@ -28,6 +28,7 @@ LIB := $(obj)libsound.o COBJS-$(CONFIG_SOUND) += sound.o COBJS-$(CONFIG_I2S) += samsung-i2s.o COBJS-$(CONFIG_SOUND_WM8994) += wm8994.o +COBJS-$(CONFIG_SOUND_MAX98095) += max98095.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c)