mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2024-11-28 12:20:31 +00:00
2a6c1a8f9a
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>
27 lines
386 B
Plaintext
27 lines
386 B
Plaintext
# Ignore miscellaneous files
|
|
cscope.*
|
|
*.swp
|
|
*.patch
|
|
*~
|
|
.project
|
|
.cproject
|
|
|
|
# Ignore build directory
|
|
build/
|
|
|
|
# Ignore build products from tools
|
|
tools/**/*.o
|
|
tools/fip_create/
|
|
tools/fiptool/fiptool
|
|
tools/fiptool/fiptool.exe
|
|
tools/cert_create/src/*.o
|
|
tools/cert_create/src/**/*.o
|
|
tools/cert_create/cert_create
|
|
tools/cert_create/cert_create.exe
|
|
|
|
# GNU GLOBAL files
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|