7 lines
240 B
Makefile
7 lines
240 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
snd-ctxfi-objs := xfi.o ctatc.o ctvmem.o ctpcm.o ctmixer.o ctresource.o \
|
||
|
ctsrc.o ctamixer.o ctdaio.o ctimap.o cthardware.o cttimer.o \
|
||
|
cthw20k2.o cthw20k1.o
|
||
|
|
||
|
obj-$(CONFIG_SND_CTXFI) += snd-ctxfi.o
|