mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
d7cfdf17cb
Qualify the KConfig symbol for cs_dsp by adding a FW_ prefix so that it is more explicit what is being referred to. This is preparation for using the symbol to namespace the exports. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Link: https://lore.kernel.org/r/20221124134556.3343784-2-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
4 lines
74 B
Makefile
4 lines
74 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
obj-$(CONFIG_FW_CS_DSP) += cs_dsp.o
|