From 4e7956cca368f93764bfc94c26d56f02c5fedc2e Mon Sep 17 00:00:00 2001 From: Jason Wojcik Date: Tue, 23 Mar 2021 10:46:09 -0700 Subject: [PATCH] lineage: config: Use $(abspath .) instead of $(shell pwd) Change-Id: I7fec28b7cb507918b1b55dd368a74c927a8fc1d2 --- config/BoardConfigKernel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/BoardConfigKernel.mk b/config/BoardConfigKernel.mk index 21bbc71..62a2cdd 100644 --- a/config/BoardConfigKernel.mk +++ b/config/BoardConfigKernel.mk @@ -43,7 +43,7 @@ # is in PATH # USE_CCACHE = Enable ccache (global Android flag) -BUILD_TOP := $(shell pwd) +BUILD_TOP := $(abspath .) TARGET_AUTO_KDIR := $(shell echo $(TARGET_DEVICE_DIR) | sed -e 's/^device/kernel/g') TARGET_KERNEL_SOURCE ?= $(TARGET_AUTO_KDIR)