Masahiro Yamada e1b7e1e3cf 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>
2014-04-18 10:42:29 -04:00
..
2014-02-19 11:07:49 -05:00
2009-11-24 23:43:18 +01:00
2014-02-19 11:07:49 -05:00
2009-04-28 01:16:46 +02:00
2014-03-21 16:39:33 -04:00