blob: 3d96d569853835aa0b7662fef25a772f85212104 [file] [log] [blame]
Dave Kleikampac27a0e2006-10-11 01:20:50 -07001#
Mingming Cao617ba132006-10-11 01:20:53 -07002# Makefile for the linux ext4-filesystem routines.
Dave Kleikampac27a0e2006-10-11 01:20:50 -07003#
4
Theodore Ts'o03010a32008-10-10 20:02:48 -04005obj-$(CONFIG_EXT4_FS) += ext4.o
Dave Kleikampac27a0e2006-10-11 01:20:50 -07006
Theodore Ts'obd2d0212010-10-27 21:30:10 -04007ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \
Theodore Ts'o6fd058f2009-05-17 15:38:01 -04008 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
Johann Lombardic5e06d12011-05-24 18:31:25 -04009 ext4_jbd2.o migrate.o mballoc.o block_validity.o move_extent.o \
Zheng Liu654598b2012-11-08 21:57:20 -050010 mmp.o indirect.o extents_status.o
Dave Kleikampac27a0e2006-10-11 01:20:50 -070011
Tao Ma67cf5b02012-12-10 14:04:46 -050012ext4-$(CONFIG_EXT4_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o inline.o
Theodore Ts'o03010a32008-10-10 20:02:48 -040013ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o
14ext4-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o