batctl: Allow parallel builds
authorSven Eckelmann <sven@narfation.org>
Sat, 19 Feb 2022 08:11:11 +0000 (09:11 +0100)
committerSven Eckelmann <sven@narfation.org>
Sat, 19 Feb 2022 08:12:48 +0000 (09:12 +0100)
The build system of this package is written in a way that it is safe to run
the make steps in parallel. The build time can be reduced slightly on
modern systems.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
batctl/Makefile

index d9a4a7dea91532f545345998fb62ea31bf8ce3b1..55729013595f7786c46bec7496d4b204e1ad55d9 100644 (file)
@@ -15,6 +15,8 @@ PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
 PKG_LICENSE:=GPL-2.0-only ISC MIT
 PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT LICENSES/deprecated/ISC
 
+PKG_BUILD_PARALLEL:=1
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/batctl/Default