mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 16:54:20 +08:00
651bbba57a
There is no block directory this file needs includes from. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Coly Li <colyli@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
8 lines
225 B
Makefile
8 lines
225 B
Makefile
# 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
|