bcache: A block layer cache
[deliverable/linux.git] / drivers / md / bcache / Makefile
1
2 obj-$(CONFIG_BCACHE) += bcache.o
3
4 bcache-y := alloc.o btree.o bset.o io.o journal.o writeback.o\
5 movinggc.o request.o super.o sysfs.o debug.o util.o trace.o stats.o closure.o
6
7 CFLAGS_request.o += -Iblock
This page took 0.030365 seconds and 5 git commands to generate.