summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-23 20:40:50 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-23 21:06:58 +0200
commite5940baadbdf76d39ea6079972dbbab9c1c623b1 (patch)
treeae27c96768a06cf4c016c1d26dcae0b25c6363fb /mk
parent31893724962c8b373118780cf710e15bfec6a393 (diff)
kernel: add aufs2 support
The patches were extracted from the aufs-standalone git tree, identically named patches are indeed identical.
Diffstat (limited to 'mk')
-rw-r--r--mk/modules.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/modules.mk b/mk/modules.mk
index ca494e300..875b93c62 100644
--- a/mk/modules.mk
+++ b/mk/modules.mk
@@ -751,6 +751,10 @@ $(eval $(call KMOD_template,OCF_TALITOS,cryptodev-talitos,\
#
# Filesystems
#
+$(eval $(call KMOD_template,AUFS_FS,fs-aufs,\
+ $(MODULES_DIR)/kernel/fs/aufs/aufs \
+,30))
+
$(eval $(call KMOD_template,CIFS,fs-cifs,\
$(MODULES_DIR)/kernel/fs/cifs/cifs \
,30))