summaryrefslogtreecommitdiff
path: root/drivers/md/bcache/Makefile
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2013-03-25 03:42:45 (GMT)
committerJens Axboe <axboe@kernel.dk>2013-03-25 03:42:45 (GMT)
commite226e34165d6ea827fcbd6fbf4df49090c4d0dbc (patch)
tree05d472b77db4e3dd68ea1277e0b966263040dcec /drivers/md/bcache/Makefile
parent5bbcf5e6abe97485748b51ea0713cc3012b4a8f0 (diff)
parentcafe563591446cf80bfbc2fe3bc72a2e36cf1060 (diff)
downloadlinux-e226e34165d6ea827fcbd6fbf4df49090c4d0dbc.tar.xz
Merge branch 'bcache-for-upstream' of http://evilpiepirate.org/git/linux-bcache into for-3.10/drivers
Diffstat (limited to 'drivers/md/bcache/Makefile')
-rw-r--r--drivers/md/bcache/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/md/bcache/Makefile b/drivers/md/bcache/Makefile
new file mode 100644
index 0000000..0e9c825
--- /dev/null
+++ b/drivers/md/bcache/Makefile
@@ -0,0 +1,7 @@
+
+obj-$(CONFIG_BCACHE) += bcache.o
+
+bcache-y := alloc.o btree.o bset.o io.o journal.o writeback.o\
+ movinggc.o request.o super.o sysfs.o debug.o util.o trace.o stats.o closure.o
+
+CFLAGS_request.o += -Iblock