fiptool: remove unneeded -I. include path
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 26 Jul 2017 09:21:59 +0000 (18:21 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 26 Jul 2017 13:35:05 +0000 (22:35 +0900)
commit5954298d27af663e225d41fe6c6208d3a0a1b8dd
treee022a91e7c246ca36cc1ea64a80ff1356b55a635
parentaa965e1583349b36ce7edd2b3fe9f1f461ef8b23
fiptool: remove unneeded -I. include path

All local headers in tools/fiptool are included by #include "..."
notation instead of #include <...>, so there is no need to add the
local directory to to the header search path.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
tools/fiptool/Makefile