6 lines
93 B
Makefile
6 lines
93 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
obj-$(CONFIG_FW_CS_DSP) += cs_dsp.o
|
|
|
|
obj-y += test/
|