diff options
| author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-06-10 10:20:16 +0200 |
|---|---|---|
| committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-06-10 10:20:16 +0200 |
| commit | 8f79b09bbe69fc5cd25652e8afcc77e2f2984aab (patch) | |
| tree | a0d2ff2f5becdd8df6fcf4584ca75cc4a6cfed0a /scripts/gdb/linux/Makefile | |
| parent | 1aea3d1d4a21e3e7895663b848ffae79ee82e065 (diff) | |
| parent | 83a7eefedc9b56fe7bfeff13b6c7356688ffa670 (diff) | |
Merge tag 'v6.10-rc3'
Linux 6.10-rc3
This is needed for the ipu6 and mei fixes.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'scripts/gdb/linux/Makefile')
| -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 |
