diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-08-28 10:56:55 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-28 17:18:49 -0400 |
commit | d1b60d34079b29be023115c5327ed209bf4969c5 (patch) | |
tree | 441a0a69d7058b4fadcf1ad94c92efa07dcac381 /scripts | |
parent | 2134342e57ea6904255015845abf4efd6d72504c (diff) | |
download | u-boot-imx-d1b60d34079b29be023115c5327ed209bf4969c5.zip u-boot-imx-d1b60d34079b29be023115c5327ed209bf4969c5.tar.gz u-boot-imx-d1b60d34079b29be023115c5327ed209bf4969c5.tar.bz2 |
README.kconfig: document backward compatibility "make *_config"
Commit 3ff291f371fa9858426774f3732924bacb61ed1c
(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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/multiconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.sh index 56cf0c2..4190798 100644 --- a/scripts/multiconfig.sh +++ b/scripts/multiconfig.sh @@ -248,6 +248,7 @@ case $target in *_defconfig) do_board_defconfig $target;; *_config) + # backward compatibility do_board_defconfig ${target%_config}_defconfig;; silentoldconfig) do_silentoldconfig;; |