# # Makefile for the linux ext2-filesystem routines. # obj-$([31mCONFIG_EXT2_FS[0m) += ext2.o ext2-y := balloc.o dir.o file.o ialloc.o inode.o \ ioctl.o namei.o super.o symlink.o ext2-$([31mCONFIG_EXT2_FS_XATTR[0m) += xattr.o xattr_user.o xattr_trusted.o ext2-$([31mCONFIG_EXT2_FS_POSIX_ACL[0m) += acl.o ext2-$([31mCONFIG_EXT2_FS_SECURITY[0m) += xattr_security.o |