mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2025-03-04 08:27:13 +00:00

Meson is the internal code name for the SoC family. The correct name for the platform should be Amlogic. Change the name of the platform directory. Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Icc140e1ea137f12117acbf64c7dcb1a8b66b345d
37 lines
702 B
Plaintext
37 lines
702 B
Plaintext
# Ignore miscellaneous files
|
|
cscope.*
|
|
*.swp
|
|
*.patch
|
|
*~
|
|
.project
|
|
.cproject
|
|
|
|
# Ignore build directory
|
|
build/
|
|
|
|
# Ignore build products from tools
|
|
tools/**/*.o
|
|
tools/renesas/rcar_layout_create/*.bin
|
|
tools/renesas/rcar_layout_create/*.srec
|
|
tools/renesas/rcar_layout_create/*.map
|
|
tools/renesas/rcar_layout_create/*.elf
|
|
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
|
|
tools/marvell/doimage/doimage
|
|
tools/amlogic/doimage
|
|
tools/stm32image/*.o
|
|
tools/stm32image/stm32image
|
|
tools/stm32image/stm32image.exe
|
|
tools/sptool/sptool
|
|
tools/sptool/sptool.exe
|
|
|
|
# GNU GLOBAL files
|
|
GPATH
|
|
GRTAGS
|
|
GSYMS
|
|
GTAGS
|