Blame view

fs/ext4/Makefile 483 Bytes
ac27a0ec1   Dave Kleikamp   [PATCH] ext4: ini...
1
  #
617ba13b3   Mingming Cao   [PATCH] ext4: ren...
2
  # Makefile for the linux ext4-filesystem routines.
ac27a0ec1   Dave Kleikamp   [PATCH] ext4: ini...
3
  #
03010a335   Theodore Ts'o   ext4: Rename ext4...
4
  obj-$(CONFIG_EXT4_FS) += ext4.o
ac27a0ec1   Dave Kleikamp   [PATCH] ext4: ini...
5

bd2d0210c   Theodore Ts'o   ext4: use bio lay...
6
  ext4-y	:= balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o page-io.o \
6fd058f77   Theodore Ts'o   ext4: Add a compr...
7
  		ioctl.o namei.o super.o symlink.o hash.o resize.o extents.o \
c5e06d101   Johann Lombardi   ext4: add support...
8
  		ext4_jbd2.o migrate.o mballoc.o block_validity.o move_extent.o \
dae1e52cb   Amir Goldstein   ext4: move ext4_i...
9
  		mmp.o indirect.o
ac27a0ec1   Dave Kleikamp   [PATCH] ext4: ini...
10

03010a335   Theodore Ts'o   ext4: Rename ext4...
11
12
13
  ext4-$(CONFIG_EXT4_FS_XATTR)		+= xattr.o xattr_user.o xattr_trusted.o
  ext4-$(CONFIG_EXT4_FS_POSIX_ACL)	+= acl.o
  ext4-$(CONFIG_EXT4_FS_SECURITY)		+= xattr_security.o