Skip to content
Snippets Groups Projects
Commit e1b7e1e3 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Heiko Schocher <hs@denx.de>
parent fd11bea2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment