commit | 2f860c7815c648393f0604c872d5b39546da6419 | [log] [tgz] |
---|---|---|
author | davidcunado-arm <david.cunado@arm.com> | Tue Aug 01 12:38:19 2017 +0100 |
committer | GitHub <noreply@github.com> | Tue Aug 01 12:38:19 2017 +0100 |
tree | f835c1ef5bd20835868cbeab41e7dcd13626d375 | |
parent | 3e0cba5283c95cc07546408ac55542b00f4cd760 [diff] | |
parent | 5954298d27af663e225d41fe6c6208d3a0a1b8dd [diff] |
Merge pull request #1041 from masahir0y/fiptool fiptool: remove local directory from the header search path
diff --git a/tools/fiptool/Makefile b/tools/fiptool/Makefile index 5e2ecc1..e0e3923 100644 --- a/tools/fiptool/Makefile +++ b/tools/fiptool/Makefile
@@ -27,7 +27,7 @@ Q := endif -INCLUDE_PATHS := -I. -I../../include/tools_share +INCLUDE_PATHS := -I../../include/tools_share HOSTCC ?= gcc