mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-09 00:00:17 +03:00
DKMS: parallelize compilation
This commit is contained in:
parent
dd00a80522
commit
2406a842d1
@ -1,4 +1,5 @@
|
|||||||
export BCACHEFS_DKMS=1
|
export BCACHEFS_DKMS=1
|
||||||
|
MAKEFLAGS += -j$(nproc --all)
|
||||||
ifneq (${KERNELRELEASE},)
|
ifneq (${KERNELRELEASE},)
|
||||||
ccflags-y := -I$(src)/include
|
ccflags-y := -I$(src)/include
|
||||||
obj-m += src/fs/bcachefs/
|
obj-m += src/fs/bcachefs/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user