dkms: export CONFIG_BCACHEFS_DKMS

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2025-09-23 17:29:21 -04:00
parent fb0c7d250d
commit 4265385fb5

View File

@ -1,5 +1,5 @@
ifneq (${KERNELRELEASE},)
ccflags-y := -I$(src)/include
ccflags-y := -I$(src)/include -DCONFIG_BCACHEFS_DKMS
obj-m += src/fs/bcachefs/
else
KDIR ?= /lib/modules/`uname -r`/build