Commit 5954298d authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent aa965e15
...@@ -27,7 +27,7 @@ else ...@@ -27,7 +27,7 @@ else
Q := Q :=
endif endif
INCLUDE_PATHS := -I. -I../../include/tools_share INCLUDE_PATHS := -I../../include/tools_share
HOSTCC ?= gcc HOSTCC ?= gcc
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment