Add comment for VDSO_LIB

This commit is contained in:
Yuke Peng 2024-07-18 14:04:39 +08:00 committed by Tate, Hongliang Tian
parent 7dc1dbf824
commit 77b823edc0
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ $(INITRAMFS)/lib/x86_64-linux-gnu: | $(VDSO_LIB)
@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 $@
@# required for VDSO
@cp -L $(VDSO_LIB) $@
$(VDSO_LIB): | $(VDSO_DIR)