mk: Introduce KERNEL_MAKE variable
commite48e15bff425241ec65f5f892cfd1d2c17a19d67
authorPhil Sutter <phil@nwl.cc>
Mon, 1 Nov 2021 11:35:38 +0000 (1 12:35 +0100)
committerWaldemar Brodkorb <wbx@openadk.org>
Mon, 1 Nov 2021 14:16:19 +0000 (1 15:16 +0100)
tree0ce13510364096f891c7777204a2220404aa226f
parent2b3bd34a82c6238a9612cf45b8b8730ca0c3c2be
mk: Introduce KERNEL_MAKE variable

This combines the typical kernel make call idiom into a single variable
reference. A side-effect is that parallel make is enabled (via added
'-j' flag) in many cases, but that shouldn't cause harm.

Signed-off-by: Phil Sutter <phil@nwl.cc>
13 files changed:
mk/build.mk
mk/image.mk
mk/kernel-build.mk
mk/kernel-vars.mk
package/glibc/Makefile
package/musl/Makefile
package/perf/Makefile
package/uclibc-ng/Makefile
target/aarch64/Makefile
target/arm/Makefile
target/nios2/Makefile
target/ppc/Makefile
toolchain/linux-headers/Makefile