Add .so files for LMbench-network

This commit is contained in:
Yuke Peng 2024-07-18 14:01:48 +08:00 committed by Tate, Hongliang Tian
parent 49eef0c094
commit 7dc1dbf824
1 changed files with 9 additions and 0 deletions

View File

@ -49,6 +49,15 @@ $(INITRAMFS)/lib/x86_64-linux-gnu: | $(VDSO_LIB)
@cp -L /lib/x86_64-linux-gnu/libz.so.1 $@
@cp -L /lib/x86_64-linux-gnu/libmvec.so.1 $@
@cp -L /usr/local/benchmark/iperf/lib/libiperf.so.0 $@
@# required for LMbench-network
@cp -L /lib/x86_64-linux-gnu/libtirpc.so.3 $@
@cp -L /lib/x86_64-linux-gnu/libgssapi_krb5.so.2 $@
@cp -L /lib/x86_64-linux-gnu/libkrb5.so.3 $@
@cp -L /lib/x86_64-linux-gnu/libk5crypto.so.3 $@
@cp -L /lib/x86_64-linux-gnu/libcom_err.so.2 $@
@cp -L /lib/x86_64-linux-gnu/libkrb5support.so.0 $@
@cp -L /lib/x86_64-linux-gnu/libkeyutils.so.1 $@
@cp -L /lib/x86_64-linux-gnu/libresolv.so.2 $@
@cp -L $(VDSO_LIB) $@
$(VDSO_LIB): | $(VDSO_DIR)