1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-22 10:31:56 +02:00

README.kconfig: document backward compatibility "make *_config"

Commit 3ff291f371
(kconfig: convert Kconfig helper script into a shell script)
restored "<board>_config" target for backward compatibility.
It should be documented.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Masahiro Yamada
2014-08-28 10:56:55 +09:00
committed by Tom Rini
parent 2134342e57
commit d1b60d3407
2 changed files with 8 additions and 0 deletions

View File

@@ -248,6 +248,7 @@ case $target in
*_defconfig)
do_board_defconfig $target;;
*_config)
# backward compatibility
do_board_defconfig ${target%_config}_defconfig;;
silentoldconfig)
do_silentoldconfig;;