Merge pull request #1041 from masahir0y/fiptool

fiptool: remove local directory from the header search path
This commit is contained in:
davidcunado-arm 2017-08-01 12:38:19 +01:00 committed by GitHub
commit 2f860c7815
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