original_kernel/scripts/gdb/linux
Douglas Anderson 659bbf7e1b 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: b1992c3772 ("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>
2024-05-29 16:40:03 +09:00
..
.gitignore
Makefile kbuild: scripts/gdb: Replace missed $(srctree)/$(src) w/ $(src) 2024-05-29 16:40:03 +09:00
__init__.py
clk.py
config.py
constants.py.in S390: 2024-03-15 13:03:13 -07:00
cpus.py scripts/gdb: fix detection of current CPU in KGDB 2024-05-08 08:41:28 -07:00
device.py
dmesg.py
genpd.py
interrupts.py genirq: Convert kstat_irqs to a struct 2024-04-12 17:08:05 +02:00
lists.py
mm.py
modules.py
page_owner.py
pgtable.py
proc.py
radixtree.py
rbtree.py
slab.py
stackdepot.py
symbols.py
tasks.py scripts/gdb: make get_thread_info accept pointers 2024-05-08 08:41:28 -07:00
timerlist.py
utils.py scripts/gdb: fix failing KGDB detection during probe 2024-05-08 08:41:27 -07:00
vfs.py
vmalloc.py