Browse Source

Merge pull request #1041 from masahir0y/fiptool

fiptool: remove local directory from the header search path
pull/1050/head
davidcunado-arm 7 years ago
committed by GitHub
parent
commit
2f860c7815
  1. 2
      tools/fiptool/Makefile

2
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

Loading…
Cancel
Save