mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
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:
parent
aa965e1583
commit
5954298d27
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ else
|
|||
Q :=
|
||||
endif
|
||||
|
||||
INCLUDE_PATHS := -I. -I../../include/tools_share
|
||||
INCLUDE_PATHS := -I../../include/tools_share
|
||||
|
||||
HOSTCC ?= gcc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue