Merge pull request #614 from flatcar-linux/sayan/fix-the-srctree-patch

Update srctree path to correctly populate Makefile
This commit is contained in:
Marga Manterola 2020-09-25 21:08:18 +02:00 committed by GitHub
commit 40e58334af

View File

@ -15,15 +15,17 @@ diff --git a/Makefile b/Makefile
index 36eab48d1d4a..0514c0fa114d 100644 index 36eab48d1d4a..0514c0fa114d 100644
--- a/Makefile --- a/Makefile
+++ b/Makefile +++ b/Makefile
@@ -240,7 +240,7 @@ else @@ -230,9 +230,7 @@ else
building_out_of_srctree := 1
endif endif
ifneq ($(KBUILD_ABS_SRCTREE),) -ifneq ($(KBUILD_ABS_SRCTREE),)
-srctree := $(abs_srctree) -srctree := $(abs_srctree)
-endif
+srctree := $(shell realpath --relative-to=$(KBUILD_OUTPUT) $(abs_srctree)) +srctree := $(shell realpath --relative-to=$(KBUILD_OUTPUT) $(abs_srctree))
endif
objtree := . objtree := .
VPATH := $(srctree)
-- --
2.26.2 2.26.2