]> asedeno.scripts.mit.edu Git - linux.git/blob - drivers/md/bcache/Makefile
bcache: avoid flushing btree node in cache_set_flush() if io disabled
[linux.git] / drivers / md / bcache / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 obj-$(CONFIG_BCACHE)    += bcache.o
4
5 bcache-y                := alloc.o bset.o btree.o closure.o debug.o extents.o\
6         io.o journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\
7         util.o writeback.o
8
9 CFLAGS_request.o        += -Iblock