Search notes:

scripts/basic/fixdep.c

scripts/basic/fixdep.c is used to generate dependency information during the build process.
It looks like the executable is created in scripts/basic/fixdep and tools/objtool/fixdep.
The usage of this executable is:
fixdep <depfile> <target> <cmdline>

See also

fixdep.c is partially based on mkdep.c
scripts/

Index