mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
Add appropriate SPDX-License-Identifier lines to the the remaining files that are missing such lines in the sound/soc directory, and in a few other miscelaneous files. Remove boilerplate license text. Signed-off-by: Tim Bird <tim.bird@sony.com> Link: https://patch.msgid.link/20260217190837.165504-1-tim.bird@sony.com Signed-off-by: Mark Brown <broonie@kernel.org>
5 lines
125 B
Makefile
5 lines
125 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
snd-soc-apple-mca-y := mca.o
|
|
|
|
obj-$(CONFIG_SND_SOC_APPLE_MCA) += snd-soc-apple-mca.o
|