]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tools: fix Makefile to clean-up fit_info and fit_check_sign
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 1 Apr 2014 00:24:44 +0000 (09:24 +0900)
committerTom Rini <trini@ti.com>
Fri, 18 Apr 2014 14:42:29 +0000 (10:42 -0400)
commite1b7e1e3cfa8db7edfa494709ed2d477f73c2b66
treefe529e0da84c791db4b4ec60999ea928ba3e49d4
parentfd11bea2ccb97909f421e20e6a5ba770dbf39d0b
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>
tools/Makefile