xref: /third_party/alsa-utils/topology/nhlt/Makefile.am
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/alsa-utils/topology/nhlt/
1alsatplg_module_nhlt_LTLIBRARIES = libalsatplg_module_nhlt.la
2
3alsatplg_module_nhltdir = @ALSA_TOPOLOGY_PLUGIN_DIR@
4
5AM_CFLAGS = -Wall -fvisibility=hidden -I$(top_srcdir)/include -I$(top_srcdir)/topology
6AM_LDFLAGS = -module -avoid-version -export-dynamic -no-undefined $(LDFLAGS_NOUNDEFINED)
7
8libalsatplg_module_nhlt_la_SOURCES = nhlt-processor.c \
9				intel/intel-nhlt.c \
10				intel/dmic-nhlt.c \
11				intel/dmic/dmic-debug.c intel/dmic/dmic-process.c \
12				intel/ssp-nhlt.c \
13				intel/ssp/ssp-debug.c intel/ssp/ssp-process.c
14
15noinst_HEADERS = nhlt.h \
16		intel/intel-nhlt.h \
17		intel/dmic-nhlt.h \
18		intel/dmic/dmic-intel.h \
19		intel/dmic/dmic-process.h \
20		intel/dmic/dmic-debug.h \
21		intel/dmic/dmic-internal.h \
22		intel/dmic/pdm-decim-fir.h \
23		intel/ssp-nhlt.h \
24		intel/ssp/ssp-debug.h \
25		intel/ssp/ssp-intel.h \
26		intel/ssp/ssp-process.h \
27		intel/ssp/ssp-internal.h
28
29libalsatplg_module_nhlt_la_LIBADD = @ALSA_LIBS@
30

Indexes created Thu Nov 07 10:32:03 CST 2024