rtl8821cu: enable job server in packages

This commit is contained in:
ElonH 2020-04-17 21:14:01 +08:00
parent ae5bb65cc6
commit ab66132288
No known key found for this signature in database
GPG Key ID: 5BCDD7F78A258D4C

View File

@ -59,7 +59,7 @@ MAKE_OPTS:= \
$(EXTRA_KCONFIG)
define Build/Compile
$(MAKE) $(PKG_JOBS) -C "$(LINUX_DIR)" \
+$(MAKE) $(PKG_JOBS) -C "$(LINUX_DIR)" \
$(MAKE_OPTS) \
modules
endef