core: allow external defconfigs to be used
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 5 Dec 2013 19:11:12 +0000 (20:11 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 8 Dec 2013 21:49:00 +0000 (22:49 +0100)
commitff9d6e306032a680e9db43673d9ab57db7d1bf75
tree18e5f21bd5cc36363a7e7e8fe1161dc26ca4a751
parent8eb8aaf904170ed25778b72f2e05dd5b9be059a4
core: allow external defconfigs to be used

This commit allows the user to store defconfigs in
$BR2_EXTERNAL/configs/. To achieve this:

 * It adds a new %_defconfig that looks in $BR2_EXTERNAL/configs/ for
   the corresponding defconfig file.

 * Updates the help target to also list external defconfigs.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Acked-by: Ryan Barnett <rjbarnet@rockwellcollins.com>
Tested-by: "Samuel Martin" <s.martin49@gmail.com>
Acked-by: "Samuel Martin" <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile