bl_iot_sdk/customer_app/sdk_app_spi/genromap
Thomas Hebb 422a8da5c5 Respect MAX_MAKE_JOBS in new projects
commit f90cec631c ("limit amount of make jobs") in our fork added a
new environment variable check to all the genromap scripts to limit the
number of parallel jobs. Port this check onto the new projects added by
upstream in the latest merge.
2021-01-03 12:07:11 -08:00

4 lines
144 B
Bash
Executable File

#!/bin/sh
make CONFIG_CHIP_NAME=BL602 CONFIG_LINK_ROM=1 CONFIG_BT_MESH=1 CONFIG_BT_SETTINGS=1 CONFIG_BLE_TP_SERVER=1 -j${MAX_MAKE_JOBS}
exit $?