summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-08-01 12:38:19 +0100
committerGitHub <noreply@github.com>2017-08-01 12:38:19 +0100
commit2f860c7815c648393f0604c872d5b39546da6419 (patch)
treef835c1ef5bd20835868cbeab41e7dcd13626d375 /tools
parent3e0cba5283c95cc07546408ac55542b00f4cd760 (diff)
parent5954298d27af663e225d41fe6c6208d3a0a1b8dd (diff)
Merge pull request #1041 from masahir0y/fiptool
fiptool: remove local directory from the header search path
Diffstat (limited to 'tools')
-rw-r--r--tools/fiptool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fiptool/Makefile b/tools/fiptool/Makefile
index 5e2ecc13..e0e39236 100644
--- a/tools/fiptool/Makefile
+++ b/tools/fiptool/Makefile
@@ -27,7 +27,7 @@ else
Q :=
endif
-INCLUDE_PATHS := -I. -I../../include/tools_share
+INCLUDE_PATHS := -I../../include/tools_share
HOSTCC ?= gcc