On 2015-01-29 07:46, Jan Kiszka wrote: > --- a/scripts/Makefile > +++ b/scripts/Makefile > @@ -36,6 +36,7 @@ subdir-$(CONFIG_MODVERSIONS) += genksyms > subdir-y += mod > subdir-$(CONFIG_SECURITY_SELINUX) += selinux > subdir-$(CONFIG_DTC) += dtc > +subdir-$(CONFIG_GDB_SCRIPTS) += gdb > > # Let clean descend into subdirs > -subdir- += basic kconfig package > +subdir- += basic kconfig package gdb The second assignment is superfluous. basic, kconfig and package are listed there, because they are built explicitly by the toplevel Makefile and not during the recursion. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html