checkpatch: add test for keywords not starting on tabstops
[deliverable/linux.git] / drivers / md / bcache / Makefile
1
2 obj-$(CONFIG_BCACHE) += bcache.o
3
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
7
8 CFLAGS_request.o += -Iblock
This page took 0.031428 seconds and 5 git commands to generate.