blob: c488b846f831b9605789779310c90380fa3eb039 [file] [log] [blame]
Kent Overstreetcafe5632013-03-23 16:11:31 -07001
2obj-$(CONFIG_BCACHE) += bcache.o
3
Kent Overstreet65d45232013-12-20 17:22:05 -08004bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
5 io.o journal.o movinggc.o request.o stats.o super.o sysfs.o trace.o\
6 util.o writeback.o
Kent Overstreetcafe5632013-03-23 16:11:31 -07007
8CFLAGS_request.o += -Iblock