X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fext4%2FMakefile;fp=fs%2Fext4%2FMakefile;h=ae6e7e502ac9c0d5585370ba0c051410ab766ad8;hb=76828883507a47dae78837ab5dec5a5b4513c667;hp=0000000000000000000000000000000000000000;hpb=64ba3f394c830ec48a1c31b53dcae312c56f1604;p=linux-2.6.git diff --git a/fs/ext4/Makefile b/fs/ext4/Makefile new file mode 100644 index 000000000..ae6e7e502 --- /dev/null +++ b/fs/ext4/Makefile @@ -0,0 +1,13 @@ +# +# Makefile for the linux ext4-filesystem routines. +# + +obj-$(CONFIG_EXT4DEV_FS) += ext4dev.o + +ext4dev-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \ + ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \ + ext4_jbd2.o + +ext4dev-$(CONFIG_EXT4DEV_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o +ext4dev-$(CONFIG_EXT4DEV_FS_POSIX_ACL) += acl.o +ext4dev-$(CONFIG_EXT4DEV_FS_SECURITY) += xattr_security.o