diff options
Diffstat (limited to 'scripts/gdb/linux/Makefile')
-rw-r--r-- | scripts/gdb/linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/gdb/linux/Makefile b/scripts/gdb/linux/Makefile index 8b00031f5349..aba23be985e4 100644 --- a/scripts/gdb/linux/Makefile +++ b/scripts/gdb/linux/Makefile @@ -1,6 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0 always := gdb-scripts -SRCTREE := $(shell cd $(srctree) && /bin/pwd) +SRCTREE := $(abspath $(srctree)) $(obj)/gdb-scripts: ifneq ($(KBUILD_SRC),) |