mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-10 05:46:48 +00:00
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/libkrb5support.so.0 $@
|
||||||
@cp -L /lib/x86_64-linux-gnu/libkeyutils.so.1 $@
|
@cp -L /lib/x86_64-linux-gnu/libkeyutils.so.1 $@
|
||||||
@cp -L /lib/x86_64-linux-gnu/libresolv.so.2 $@
|
@cp -L /lib/x86_64-linux-gnu/libresolv.so.2 $@
|
||||||
|
@# required for VDSO
|
||||||
@cp -L $(VDSO_LIB) $@
|
@cp -L $(VDSO_LIB) $@
|
||||||
|
|
||||||
$(VDSO_LIB): | $(VDSO_DIR)
|
$(VDSO_LIB): | $(VDSO_DIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user