mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00: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
|