X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Makefile;h=dd8796caa23982428676d25ed78967d3b2d0e069;hb=9b4a6364a6b3176511956ad186f8dffbe2e60c3e;hp=33cb15efd257564251edd7a5e6d90740c0cf3339;hpb=4ba63072b998cc31515cc6305c25f3b808b50c01;p=karo-tx-linux.git diff --git a/Makefile b/Makefile index 33cb15efd257..dd8796caa239 100644 --- a/Makefile +++ b/Makefile @@ -926,6 +926,9 @@ ifdef CONFIG_SAMPLES endif ifdef CONFIG_BUILD_DOCSRC $(Q)$(MAKE) $(build)=Documentation +endif +ifdef CONFIG_GDB_SCRIPTS + $(Q)ln -fsn `cd $(srctree) && /bin/pwd`/scripts/gdb/vmlinux-gdb.py endif +$(call if_changed,link-vmlinux) @@ -1181,7 +1184,7 @@ MRPROPER_FILES += .config .config.old .version .old_version $(version_h) \ Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \ signing_key.priv signing_key.x509 x509.genkey \ extra_certificates signing_key.x509.keyid \ - signing_key.x509.signer + signing_key.x509.signer vmlinux-gdb.py # clean - Delete most, but leave enough to build external modules #