diff options
author | Mark Brown <broonie@kernel.org> | 2024-06-03 12:45:28 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-06-03 12:45:28 +0100 |
commit | 8832266dae4f4b401fedce537448bf0cda233b1a (patch) | |
tree | bc3b3ebf0fecc6e406472ae7b9cbd399bbd1355b /scripts/gdb/linux | |
parent | f31f012d799cb3a1ab0e99db3694dd5616e59947 (diff) | |
parent | c3f38fa61af77b49866b006939479069cd451173 (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/Makefile | 2 |
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 |