blob: a8ff003a00f70b8e09958fcdfa3491c0a4bc5a8f [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'o03010a32008-10-10 20:02:48 -04007ext4-y := balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \
Andrew Morton8984d132006-12-06 20:37:15 -08008 ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
Alex Tomasc9de5602008-01-29 00:19:52 -05009 ext4_jbd2.o migrate.o mballoc.o
Dave Kleikampac27a0e2006-10-11 01:20:50 -070010
Theodore Ts'o03010a32008-10-10 20:02:48 -040011ext4-$(CONFIG_EXT4_FS_XATTR) += xattr.o xattr_user.o xattr_trusted.o
12ext4-$(CONFIG_EXT4_FS_POSIX_ACL) += acl.o
13ext4-$(CONFIG_EXT4_FS_SECURITY) += xattr_security.o