mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-28 16:53:49 +00:00
43916d9288
An object file should not be linked into multiple modules and/or
vmlinux:
scripts/Makefile.build:221: /home/arnd/arm-soc/sound/soc/loongson/Makefile: loongson_i2s.o is added to multiple modules: snd-soc-loongson-i2s-pci snd-soc-loongson-i2s-plat
Change this one to make it a library module with two exported symbols
that will work in any configuration.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
loongson_card.c | ||
loongson_dma.c | ||
loongson_dma.h | ||
loongson_i2s_pci.c | ||
loongson_i2s_plat.c | ||
loongson_i2s.c | ||
loongson_i2s.h | ||
Makefile |