Skip to content
Snippets Groups Projects
Commit 7a739ce5 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: make gdb_script depend on prepare0 instead of prepare


'gdb_script' needs headers generated by ./Kbuild, which is visited
by 'prepare0'. None of 'gdb_script' depends on 'prepare'.

Loosen the dependency.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 3a51f908
No related branches found
No related tags found
No related merge requests found
......@@ -1540,7 +1540,7 @@ $(DOC_TARGETS): scripts_basic FORCE
# ---------------------------------------------------------------------------
PHONY += scripts_gdb
scripts_gdb: prepare
scripts_gdb: prepare0
$(Q)$(MAKE) $(build)=scripts/gdb
$(Q)ln -fsn $(abspath $(srctree)/scripts/gdb/vmlinux-gdb.py)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment