mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
df6a886611
Once Yamaha and Terratec cooperated to develop some audio and music units on IEEE 1394 bus. On these models, the same embedded board is used, and similar configurations are also applied. This commit renames file for Yamaha's configuration so that it's for both of Yamaha and Terratec. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>
5 lines
240 B
Makefile
5 lines
240 B
Makefile
snd-bebob-objs := bebob_command.o bebob_stream.o bebob_proc.o bebob_midi.o \
|
|
bebob_pcm.o bebob_hwdep.o bebob_terratec.o \
|
|
bebob_yamaha_terratec.o bebob_focusrite.o bebob_maudio.o \
|
|
bebob.o
|
|
obj-$(CONFIG_SND_BEBOB) += snd-bebob.o
|