sevki
c9e1dba412
setup CI/CD for kernel development - added CodeQL for code scanning - every pr is built as an image and is available for 30days on https://oklinux.dev - tagged and released on github for now Signed-off-by: sevki <s@sevki.io>
8 lines
331 B
Makefile
8 lines
331 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#Platform Support
|
|
snd-soc-loongson-i2s-pci-objs := loongson_i2s_pci.o loongson_i2s.o loongson_dma.o
|
|
obj-$(CONFIG_SND_SOC_LOONGSON_I2S_PCI) += snd-soc-loongson-i2s-pci.o
|
|
|
|
#Machine Support
|
|
snd-soc-loongson-card-objs := loongson_card.o
|
|
obj-$(CONFIG_SND_SOC_LOONGSON_CARD) += snd-soc-loongson-card.o
|