diff options
author | Jens Axboe <axboe@kernel.dk> | 2013-03-25 03:42:45 (GMT) |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-03-25 03:42:45 (GMT) |
commit | e226e34165d6ea827fcbd6fbf4df49090c4d0dbc (patch) | |
tree | 05d472b77db4e3dd68ea1277e0b966263040dcec /drivers/md/bcache/Makefile | |
parent | 5bbcf5e6abe97485748b51ea0713cc3012b4a8f0 (diff) | |
parent | cafe563591446cf80bfbc2fe3bc72a2e36cf1060 (diff) | |
download | linux-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/Makefile | 7 |
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 |