diff --git a/test/Makefile b/test/Makefile index 8d2be5c7..79644da7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MPL-2.0 -VDSO_DIR := /root/dependency +VDSO_DIR := ../target VDSO_LIB := $(VDSO_DIR)/vdso64.so MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST))) CUR_DIR := $(patsubst %/,%,$(dir $(MKFILE_PATH)))