Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Kent Overstreet | cafe563 | 2013-03-23 16:11:31 -0700 | [diff] [blame] | 2 | |
3 | obj-$(CONFIG_BCACHE) += bcache.o | ||||
4 | |||||
Kent Overstreet | 65d4523 | 2013-12-20 17:22:05 -0800 | [diff] [blame] | 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 | ||||
Kent Overstreet | cafe563 | 2013-03-23 16:11:31 -0700 | [diff] [blame] | 8 | |
9 | CFLAGS_request.o += -Iblock |