commit | 7ebc4ee123928f4a5da3a1803ffbfb9062abc61e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Apr 01 09:24:44 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Apr 18 10:42:29 2014 -0400 |
tree | fe529e0da84c791db4b4ec60999ea928ba3e49d4 | |
parent | 87af5e169044c1c60b34e729b54919d4da781c2c [diff] |
tools: fix Makefile to clean-up fit_info and fit_check_sign We should avoid the description in Makefile like this ifdef CONFIG_FIT_SIGNATURE hostprogs-y += fit_info$(SFX) fit_check_sign$(SFX) endif Otherwise, fit_info and fit_check_sign would never be cleaned by "make clean". Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Heiko Schocher <hs@denx.de>