1c72fcc34Sopenharmony_cialsatplg_module_nhlt_LTLIBRARIES = libalsatplg_module_nhlt.la
2c72fcc34Sopenharmony_ci
3c72fcc34Sopenharmony_cialsatplg_module_nhltdir = @ALSA_TOPOLOGY_PLUGIN_DIR@
4c72fcc34Sopenharmony_ci
5c72fcc34Sopenharmony_ciAM_CFLAGS = -Wall -fvisibility=hidden -I$(top_srcdir)/include -I$(top_srcdir)/topology
6c72fcc34Sopenharmony_ciAM_LDFLAGS = -module -avoid-version -export-dynamic -no-undefined $(LDFLAGS_NOUNDEFINED)
7c72fcc34Sopenharmony_ci
8c72fcc34Sopenharmony_cilibalsatplg_module_nhlt_la_SOURCES = nhlt-processor.c \
9c72fcc34Sopenharmony_ci				intel/intel-nhlt.c \
10c72fcc34Sopenharmony_ci				intel/dmic-nhlt.c \
11c72fcc34Sopenharmony_ci				intel/dmic/dmic-debug.c intel/dmic/dmic-process.c \
12c72fcc34Sopenharmony_ci				intel/ssp-nhlt.c \
13c72fcc34Sopenharmony_ci				intel/ssp/ssp-debug.c intel/ssp/ssp-process.c
14c72fcc34Sopenharmony_ci
15c72fcc34Sopenharmony_cinoinst_HEADERS = nhlt.h \
16c72fcc34Sopenharmony_ci		intel/intel-nhlt.h \
17c72fcc34Sopenharmony_ci		intel/dmic-nhlt.h \
18c72fcc34Sopenharmony_ci		intel/dmic/dmic-intel.h \
19c72fcc34Sopenharmony_ci		intel/dmic/dmic-process.h \
20c72fcc34Sopenharmony_ci		intel/dmic/dmic-debug.h \
21c72fcc34Sopenharmony_ci		intel/dmic/dmic-internal.h \
22c72fcc34Sopenharmony_ci		intel/dmic/pdm-decim-fir.h \
23c72fcc34Sopenharmony_ci		intel/ssp-nhlt.h \
24c72fcc34Sopenharmony_ci		intel/ssp/ssp-debug.h \
25c72fcc34Sopenharmony_ci		intel/ssp/ssp-intel.h \
26c72fcc34Sopenharmony_ci		intel/ssp/ssp-process.h \
27c72fcc34Sopenharmony_ci		intel/ssp/ssp-internal.h
28c72fcc34Sopenharmony_ci
29c72fcc34Sopenharmony_cilibalsatplg_module_nhlt_la_LIBADD = @ALSA_LIBS@
30