]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfig: invoke silentoldconfig if spl, tpl/.config is updated
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 23 Oct 2014 16:30:45 +0000 (01:30 +0900)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 17:19:13 +0000 (13:19 -0400)
commit0732b2f96bc17e8f16dd78a304c8570d06f67b2d
tree20297425e632cd3e7d24ade290cb895da6b74a4f
parent9adb6d2407d10d30a138a94b200fa0aaff4d73dc
kconfig: invoke silentoldconfig if spl, tpl/.config is updated

When spl/.config is updated by "make spl/menuconfig" or friends,
spl/include/config/auto.conf, spl/include/generated/autoconf.h
and some other files must be updated by "make silentoldconfig".

There is no hook for SPL in the top Makefile, so this commit
touches .config when spl/.config is updated to invoke silentoldconfig.
Likewise for TPL.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
scripts/multiconfig.sh