summaryrefslogtreecommitdiff
path: root/drivers/block/drbd/Makefile
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@linbit.com>2011-01-03 19:42:00 +0300
committerPhilipp Reisner <philipp.reisner@linbit.com>2011-08-25 16:58:04 +0400
commit0939b0e5cdeeafa0adf0150edd350092e47acc49 (patch)
tree8efaf1d9aadf77b76ca66b4968bce89cb78a6b98 /drivers/block/drbd/Makefile
parentc3afd8f568999e974382f7b5b05267c018056016 (diff)
downloadlinux-0939b0e5cdeeafa0adf0150edd350092e47acc49.tar.xz
drbd: Add interval tree data structure
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'drivers/block/drbd/Makefile')
-rw-r--r--drivers/block/drbd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/drbd/Makefile b/drivers/block/drbd/Makefile
index 0d3f337ff5ff..cacbb04f285d 100644
--- a/drivers/block/drbd/Makefile
+++ b/drivers/block/drbd/Makefile
@@ -1,5 +1,6 @@
drbd-y := drbd_bitmap.o drbd_proc.o
drbd-y += drbd_worker.o drbd_receiver.o drbd_req.o drbd_actlog.o
drbd-y += drbd_main.o drbd_strings.o drbd_nl.o
+drbd-y += drbd_interval.o
obj-$(CONFIG_BLK_DEV_DRBD) += drbd.o