blob: d26b35195825223ff7d45d9cabbcb4ab88761f62 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Kent Overstreetcafe5632013-03-23 16:11:31 -07002
3obj-$(CONFIG_BCACHE) += bcache.o
4
Kent Overstreet65d45232013-12-20 17:22:05 -08005bcache-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
Kent Overstreetcafe5632013-03-23 16:11:31 -07008
9CFLAGS_request.o += -Iblock