Skip to content

Commit

Permalink
topology: nhlt plugin: fix the .so linking
Browse files Browse the repository at this point in the history
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
perexg committed May 31, 2022
1 parent 788cfa7 commit cae9b71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions topology/nhlt/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ noinst_HEADERS = nhlt.h \
intel/ssp/ssp-process.h \
intel/ssp/ssp-internal.h

libalsatplg_module_nhlt_la_LDFLAGS = -shared
libalsatplg_module_nhlt_la_LIBADD = -lasound
libalsatplg_module_nhlt_la_LIBADD = @ALSA_LIBS@

0 comments on commit cae9b71

Please sign in to comment.