batman-adv: 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:56 +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>
batman-adv/Makefile

index 15fe3987a811e34869db41053713e160ba7e53c1..3ec2321341e13f8b9a47eeb6ae40ab111304ced4 100644 (file)
@@ -15,6 +15,8 @@ PKG_MAINTAINER:=Simon Wunderlich <sw@simonwunderlich.de>
 PKG_LICENSE:=GPL-2.0-only MIT
 PKG_LICENSE_FILES:=LICENSES/preferred/GPL-2.0 LICENSES/preferred/MIT
 
+PKG_BUILD_PARALLEL:=1
+
 STAMP_CONFIGURED_DEPENDS := $(STAGING_DIR)/usr/include/mac80211-backport/backport/autoconf.h
 
 include $(INCLUDE_DIR)/kernel.mk