bb/turbo_sw: fix dynamic linking
Building Turbo Software as shared library for AVX512 failed due to wrong order of library in the library list (LDLIBS) Fixes: b8cfe2c9aed2 ("bb/turbo_sw: add software turbo driver") Cc: stable@dpdk.org Signed-off-by: Kamil Chalupnik <kamilx.chalupnik@intel.com> Acked-by: Amr Mokhtar <amr.mokhtar@intel.com>
This commit is contained in:
parent
b2e2aec323
commit
262ad21adc
@ -27,8 +27,8 @@ CFLAGS += -I$(FLEXRAN_SDK)/lib_turbo
|
||||
CFLAGS += -I$(FLEXRAN_SDK)/lib_crc
|
||||
CFLAGS += -I$(FLEXRAN_SDK)/lib_rate_matching
|
||||
|
||||
LDLIBS += -L$(FLEXRAN_SDK)/lib_crc -lcrc
|
||||
LDLIBS += -L$(FLEXRAN_SDK)/lib_turbo -lturbo
|
||||
LDLIBS += -L$(FLEXRAN_SDK)/lib_crc -lcrc
|
||||
LDLIBS += -L$(FLEXRAN_SDK)/lib_rate_matching -lrate_matching
|
||||
LDLIBS += -L$(FLEXRAN_SDK)/lib_common -lcommon
|
||||
LDLIBS += -lstdc++ -lirc -limf -lipps
|
||||
|
Loading…
x
Reference in New Issue
Block a user