summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2024-06-03 12:45:28 +0100
committerMark Brown <broonie@kernel.org>2024-06-03 12:45:28 +0100
commit8832266dae4f4b401fedce537448bf0cda233b1a (patch)
treebc3b3ebf0fecc6e406472ae7b9cbd399bbd1355b /scripts/gdb/linux
parentf31f012d799cb3a1ab0e99db3694dd5616e59947 (diff)
parentc3f38fa61af77b49866b006939479069cd451173 (diff)
regulator: Merge up fixes
We need these to get the i.MX8 boards working in CI again.
Diffstat (limited to 'scripts/gdb/linux')
-rw-r--r--scripts/gdb/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gdb/linux/Makefile b/scripts/gdb/linux/Makefile
index d77ad9079d0f..fd1402c0a1a1 100644
--- a/scripts/gdb/linux/Makefile
+++ b/scripts/gdb/linux/Makefile
@@ -5,7 +5,7 @@ ifdef building_out_of_srctree
symlinks := $(patsubst $(src)/%,%,$(wildcard $(src)/*.py))
quiet_cmd_symlink = SYMLINK $@
- cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(srctree))/$(src)/%,$@) $@
+ cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(src)/%,$@) $@
always-y += $(symlinks)
$(addprefix $(obj)/, $(symlinks)): FORCE