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>
This commit is contained in:
Masahiro Yamada 2017-07-26 18:21:59 +09:00
parent aa965e1583
commit 5954298d27
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ else
Q :=
endif
INCLUDE_PATHS := -I. -I../../include/tools_share
INCLUDE_PATHS := -I../../include/tools_share
HOSTCC ?= gcc