]> bbs.cooldavid.org Git - net-next-2.6.git/blame - fs/ext4/Makefile
ext4: Add EXT4_IOC_MIGRATE ioctl
[net-next-2.6.git] / fs / ext4 / Makefile
CommitLineData
ac27a0ec 1#
617ba13b 2# Makefile for the linux ext4-filesystem routines.
ac27a0ec
DK
3#
4
617ba13b 5obj-$(CONFIG_EXT4DEV_FS) += ext4dev.o
ac27a0ec 6
617ba13b 7ext4dev-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
8984d137 8 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
c14c6fd5 9 ext4_jbd2.o migrate.o
ac27a0ec 10
617ba13b
MC
11ext4dev-$(CONFIG_EXT4DEV_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o
12ext4dev-$(CONFIG_EXT4DEV_FS_POSIX_ACL) += acl.o
13ext4dev-$(CONFIG_EXT4DEV_FS_SECURITY) += xattr_security.o