Add comment for VDSO_LIB
This commit is contained in:
parent
7dc1dbf824
commit
77b823edc0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue