1
1

18 lines
265 B
PHP

# Include file for bsp-release.sh script
# Multithread build
JLEVEL=$(nproc)
PACKAGE_SRCZIP_IGNORE=\
"-x*.git/* "\
"-x*.git* "\
"-x*prebuilt/.* "\
"-x*src/hardware/devu/* "\
""
PACKAGE_SRCTAR_IGNORE=\
"--exclude=src/hardware/devu"\
""
PACKAGE_BINTAR_IGNORE=\
""