aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2017-05-08 18:29:03 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2017-05-23 23:58:47 +0900
commit2a6c1a8f9a41d053b58036fbb4478c799c987343 (patch)
treeef3cff3e2ffd87b20bf3c06bf95fdd66f527492d /.gitignore
parentbe4cd40e8b91cb7f90109fb254c5540d57b12b0a (diff)
downloadtrusted-firmware-a-2a6c1a8f9a41d053b58036fbb4478c799c987343.tar.gz
fip: move headers shared between TF and fiptool to include/tools_share
Some header files need to be shared between TF and host programs. For fiptool, two headers are copied to the tools/fiptool directory, but it looks clumsy. This commit introduces a new directory, include/tools_share, which collects headers that should be shared between TF and host programs. This will clarify the interface exposed to host tools. We should add new headers to this directory only when we really need to do so. For clarification, I inserted a blank line between headers from the include/ directory (#include <...>) and ones from a local directory (#include "..." ). Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 2f9c89d383..4ece189ab2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,10 +19,6 @@ tools/cert_create/src/**/*.o
tools/cert_create/cert_create
tools/cert_create/cert_create.exe
-# Ignore header files copied.
-tools/fiptool/firmware_image_package.h
-tools/fiptool/uuid.h
-
# GNU GLOBAL files
GPATH
GRTAGS