diff options
author | Douglas Anderson <dianders@chromium.org> | 2024-05-20 12:56:52 -0700 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-05-29 16:40:03 +0900 |
commit | 659bbf7e1b08267b8e1dd900b316edcb6f6d9e2e (patch) | |
tree | b9a06a37830cf79a347fa2c57ce25ac212d74217 /tools | |
parent | 31894d35b51ba61e2931cbf28e80114a4f72bc2b (diff) |
kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src)
Recently we went through the source tree and replaced
$(srctree)/$(src) w/ $(src). However, the gdb scripts Makefile had a
hidden $(srctree)/$(src) that looked like this:
$(abspath $(srctree))/$(src)
Because we missed that then my installed kernel had symlinks that
looked like this:
__init__.py ->
${INSTALL_DIR}/$(INSTALL_DIR}/scripts/gdb/linux/__init__.py
Let's also replace the midden $(abspath $(srctree))/$(src) with
$(src). Now:
__init__.py ->
$(INSTALL_DIR}/scripts/gdb/linux/__init__.py
Fixes: b1992c3772e6 ("kbuild: use $(src) instead of $(srctree)/$(src) for source directory")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions