kbuild: show defconfig subdirs in make help
authorSegher Boessenkool <segher@kernel.crashing.org>
Sun, 6 Apr 2008 20:16:07 +0000 (22:16 +0200)
committerSam Ravnborg <sam@uranus.ravnborg.org>
Mon, 28 Apr 2008 20:40:14 +0000 (22:40 +0200)
commit5dffbe811b78684fc4d8538cb7b38d9c47f96f9f
tree5219a3c4a0bd5f91b66d6920b9f0ca33de3217cc
parent79d6e539df8260fe5d12a2117494aaf80ca1b3e8
kbuild: show defconfig subdirs in make help

PowerPC will start moving board defconfigs into subarch-specific
subdirs soon.  "make help" currently does not look in subdirs to
find the defconfigs to show.  This is partially a good thing,
since there are way too many defconfigs for one list.

This patch makes the main "make help" display something like

  help-40x         - Show 40x-specific targets
  help-44x         - Show 44x-specific targets
  help-boards      - Show all of the above

and wires up stuff so those new help-* commands actually work.

[sam: fixed it up to display x86 defconfigs too]
Cc: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile