commit | 151c5014f831f0b01c54fb96c2f2ef7664ef186c | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Oct 24 01:30:45 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Thu Oct 23 13:19:13 2014 -0400 |
tree | 20297425e632cd3e7d24ade290cb895da6b74a4f | |
parent | 63bfe0eaa53ca5c4f5fa1aef865f1a25fa1ef086 [diff] |
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>