File: Makefile

package info (click to toggle)
linux 6.1.162-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-proposed-updates
  • size: 1,495,936 kB
  • sloc: ansic: 23,463,777; asm: 266,650; sh: 110,637; makefile: 49,892; python: 36,941; perl: 36,837; cpp: 6,060; yacc: 4,908; lex: 2,725; awk: 1,440; ruby: 25; sed: 5
file content (17 lines) | stat: -rw-r--r-- 836 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0-only
snd-soc-sst-dsp-objs := sst-dsp.o
snd-soc-sst-ipc-objs := sst-ipc.o
snd-soc-acpi-intel-match-objs := soc-acpi-intel-byt-match.o soc-acpi-intel-cht-match.o \
	soc-acpi-intel-hsw-bdw-match.o \
	soc-acpi-intel-skl-match.o soc-acpi-intel-kbl-match.o \
	soc-acpi-intel-bxt-match.o soc-acpi-intel-glk-match.o \
	soc-acpi-intel-cnl-match.o soc-acpi-intel-cfl-match.o \
	soc-acpi-intel-cml-match.o soc-acpi-intel-icl-match.o \
	soc-acpi-intel-tgl-match.o soc-acpi-intel-ehl-match.o \
	soc-acpi-intel-jsl-match.o soc-acpi-intel-adl-match.o \
	soc-acpi-intel-rpl-match.o soc-acpi-intel-mtl-match.o \
	soc-acpi-intel-hda-match.o \
	soc-acpi-intel-sdw-mockup-match.o

obj-$(CONFIG_SND_SOC_INTEL_SST) += snd-soc-sst-dsp.o snd-soc-sst-ipc.o
obj-$(CONFIG_SND_SOC_ACPI_INTEL_MATCH) += snd-soc-acpi-intel-match.o