mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-21 05:14:52 +08:00
8c8d2d9670
Prep work for bcachefs - being a fork of bcache it also uses closures Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> Acked-by: Coly Li <colyli@suse.de> Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
8 lines
226 B
Makefile
8 lines
226 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
obj-$(CONFIG_BCACHE) += bcache.o
|
|
|
|
bcache-y := alloc.o bset.o btree.o debug.o extents.o io.o\
|
|
journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\
|
|
util.o writeback.o features.o
|