X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=Makefile;h=dd8796caa23982428676d25ed78967d3b2d0e069;hb=a9409093d23c822d13a73f8d2df7e6fa987ae485;hp=33cb15efd257564251edd7a5e6d90740c0cf3339;hpb=4025fa97ff39db054b47b9cdb9f3980480637668;p=deliverable%2Flinux.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 #