mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2025-01-31 23:32:23 +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
@ -27,7 +27,7 @@ else
|
||||
Q :=
|
||||
endif
|
||||
|
||||
INCLUDE_PATHS := -I. -I../../include/tools_share
|
||||
INCLUDE_PATHS := -I../../include/tools_share
|
||||
|
||||
HOSTCC ?= gcc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user