mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-22 13:35:00 +00:00
compile with n threads
compile with $(nproc) threads.
This commit is contained in:
parent
54a6b1777a
commit
d21baf57e2
@ -4,6 +4,6 @@ BUILT_MODULE_NAME="8192eu"
|
|||||||
DEST_MODULE_LOCATION="/kernel/drivers/net/wireless/"
|
DEST_MODULE_LOCATION="/kernel/drivers/net/wireless/"
|
||||||
REMAKE_INITRD="yes"
|
REMAKE_INITRD="yes"
|
||||||
AUTOINSTALL="yes"
|
AUTOINSTALL="yes"
|
||||||
MAKE="'make' all"
|
MAKE="'make' all -j $(nproc)"
|
||||||
CLEAN="make clean"
|
CLEAN="make clean"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user