Avoid using root directory

This commit is contained in:
Yuke Peng 2024-07-09 15:20:10 +08:00 committed by Tate, Hongliang Tian
parent 378a253dab
commit c71ff237bc

View File

@ -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)))