f5a8d498ea
By having this as a Python script rather than a host executable, this should simplify the build process on non-Unix platforms. With this change, pyelftools is now required to build Zephyr. Please consult the getting started documentation for your host platform for installation instructions. Jira: ZEP-2062 Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
38 lines
480 B
Plaintext
38 lines
480 B
Plaintext
*.o
|
|
*.a
|
|
*.d
|
|
*.cmd
|
|
*.log
|
|
*.pyc
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
cscope.*
|
|
.dir
|
|
outdir
|
|
outdir-*
|
|
scripts/basic/fixdep
|
|
scripts/gen_idt/gen_idt
|
|
scripts/kconfig/conf
|
|
scripts/kconfig/mconf
|
|
scripts/kconfig/zconf.hash.c
|
|
scripts/kconfig/zconf.lex.c
|
|
scripts/kconfig/zconf.tab.c
|
|
doc/_build
|
|
doc/doxygen
|
|
doc/xml
|
|
doc/html
|
|
doc/boards
|
|
doc/samples
|
|
doc/latex
|
|
doc/themes/zephyr-docs-theme
|
|
sanity-out/
|
|
scripts/grub
|
|
doc/reference/kconfig/CONFIG_*
|
|
doc/reference/kconfig/index.rst
|
|
tags
|
|
.project
|
|
.cproject
|
|
.xxproject
|
|
.envrc
|