[xburst] ADC and battery fixes
[openwrt.git] / toolchain / binutils / Makefile
index 5682698..d829098 100644 (file)
@@ -79,7 +79,7 @@ define Host/Configure
 endef
 
 define Host/Compile
-       $(MAKE) -C $(HOST_BUILD_DIR) all
+       $(MAKE) $(TOOLCHAIN_JOBS) -C $(HOST_BUILD_DIR) all
 endef
 
 define Host/Install