blob: 5b87e59676b86b806e79c9831e13801c8e1b1fa1 (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_BCACHE) += bcache.o
bcache-y := alloc.o bset.o btree.o closure.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
|