Kent Overstreet | cafe563 | 2013-03-23 16:11:31 -0700 | [diff] [blame] | 1 | |
2 | obj-$(CONFIG_BCACHE) += bcache.o | ||||
3 | |||||
Kent Overstreet | 65d4523 | 2013-12-20 17:22:05 -0800 | [diff] [blame] | 4 | bcache-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 Overstreet | cafe563 | 2013-03-23 16:11:31 -0700 | [diff] [blame] | 7 | |
8 | CFLAGS_request.o += -Iblock |