summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-26 22:37:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-26 22:37:02 +0100
commita4031fcc0699550076a32ec77e0e81f12aa0325e (patch)
tree11e3ddba0a00d9921f82b1c85d2ca1f2e934c900 /mk
parent846ef0e3c607d17dfab32ab36407b01f6ce1da0b (diff)
parentc20a31273ad69179c6f2434118d434ec7e65c6e6 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/modules.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index ecec26b94..496b47503 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -678,6 +678,11 @@ $(eval $(call KMOD_template,IP_VS_FTP,ip-vs-ftp,\
# Block devices
#
+$(eval $(call KMOD_template,BLK_DEV_DRBD,blk-dev-drbd,\
+ $(MODULES_DIR)/kernel/lib/lru_cache \
+ $(MODULES_DIR)/kernel/drivers/block/drbd/drbd \
+,20))
+
$(eval $(call KMOD_template,BLK_DEV_LOOP,blk-dev-loop,\
$(MODULES_DIR)/kernel/drivers/block/loop \
,20))