core: allow selecting parallel builds
commit6d3405b4161a9cf5f1e16ebeb8426dadb48dbe71
authorPhil Sutter <phil@nwl.cc>
Fri, 28 Aug 2009 20:56:27 +0000 (28 22:56 +0200)
committerPhil Sutter <phil@nwl.cc>
Fri, 28 Aug 2009 21:09:28 +0000 (28 23:09 +0200)
tree7f637675bd8b2a1c1fe5f77614a3b0ef2bfc6ef5
parent0b6742af9d19cc389ed0f0bb08a65e1f84268893
core: allow selecting parallel builds

The value of CONFIG_ADK_MAKE_JOBS is being passed to make via the option
'-j', in order to have it run multiple jobs simultaneously. This is done
for all kernel builds, and per default for each package using the
default BUILD_STYLE of 'auto', unless the package makefile defines
PKG_NOPARALLEL to a non-empty string.
Config.in
mk/kernel-build.mk
mk/pkg-bottom.mk
package/asterisk/Makefile
package/net-snmp/Makefile