1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_BCACHE)	+= bcache.o
4
5bcache-y		:= alloc.o bset.o btree.o debug.o extents.o io.o\
6	journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\
7	util.o writeback.o features.o
8