commit | 5954298d27af663e225d41fe6c6208d3a0a1b8dd | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 26 18:21:59 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Jul 26 22:35:05 2017 +0900 |
tree | e022a91e7c246ca36cc1ea64a80ff1356b55a635 | |
parent | aa965e1583349b36ce7edd2b3fe9f1f461ef8b23 [diff] |
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>