mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +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>
8 lines
245 B
Makefile
8 lines
245 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
snd-soc-catpt-y := device.o dsp.o loader.o ipc.o messages.o pcm.o sysfs.o
|
|
|
|
# tell define_trace.h where to find the trace header
|
|
CFLAGS_device.o := -I$(src)
|
|
|
|
obj-$(CONFIG_SND_SOC_INTEL_CATPT) += snd-soc-catpt.o
|