mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 08:05:42 +01:00
17 lines
619 B
Makefile
17 lines
619 B
Makefile
|
alsatplg_module_nhlt_LTLIBRARIES = libalsatplg_module_nhlt.la
|
||
|
|
||
|
alsatplg_module_nhltdir = @ALSA_TOPOLOGY_PLUGIN_DIR@
|
||
|
|
||
|
AM_CFLAGS = -Wall -fvisibility=hidden -I$(top_srcdir)/include -I$(top_srcdir)/topology
|
||
|
AM_LDFLAGS = -module -avoid-version -export-dynamic -no-undefined $(LDFLAGS_NOUNDEFINED)
|
||
|
|
||
|
libalsatplg_module_nhlt_la_SOURCES = nhlt-processor.c \
|
||
|
intel/intel-nhlt.c \
|
||
|
intel/dmic-nhlt.c \
|
||
|
intel/dmic/dmic-debug.c intel/dmic/dmic-process.c \
|
||
|
intel/ssp-nhlt.c \
|
||
|
intel/ssp/ssp-debug.c intel/ssp/ssp-process.c
|
||
|
|
||
|
libalsatplg_module_nhlt_la_LDFLAGS = -shared
|
||
|
libalsatplg_module_nhlt_la_LIBADD = -lasound
|