Home
last modified time | relevance | path

Searched hist:e1b7e1e3cfa8db7edfa494709ed2d477f73c2b66 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A DMakefilee1b7e1e3cfa8db7edfa494709ed2d477f73c2b66 Tue Apr 01 00:24:44 UTC 2014 Masahiro Yamada <yamada.m@jp.panasonic.com> 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>