https://github.com/torvalds/linux
Revision 7d0a73a40c5ceb7524aa6a43f108de0dd8dbe3f0 authored by Hariprasad S on 25 April 2014, 19:21:18 UTC, committed by Roland Dreier on 29 April 2014, 00:29:41 UTC
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
1 parent c2f9da9
Raw File
Tip revision: 7d0a73a40c5ceb7524aa6a43f108de0dd8dbe3f0 authored by Hariprasad S on 25 April 2014, 19:21:18 UTC
RDMA/cxgb4: Update Kconfig to include Chelsio T5 adapter
Tip revision: 7d0a73a
Makefile
#
# Makefile for the linux ext2-filesystem routines.
#

obj-$(CONFIG_EXT2_FS) += ext2.o

ext2-y := balloc.o dir.o file.o ialloc.o inode.o \
	  ioctl.o namei.o super.o symlink.o

ext2-$(CONFIG_EXT2_FS_XATTR)	 += xattr.o xattr_user.o xattr_trusted.o
ext2-$(CONFIG_EXT2_FS_POSIX_ACL) += acl.o
ext2-$(CONFIG_EXT2_FS_SECURITY)	 += xattr_security.o
ext2-$(CONFIG_EXT2_FS_XIP)	 += xip.o
back to top