X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fxfs%2FMakefile;h=554e4a18c152fff3481c0ae06a5a7a39c36ac845;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=3795a5c8e8ff88f82682d0c77e72512b1412761b;hpb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;p=linux-2.6.git diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 3795a5c8e..554e4a18c 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -67,10 +67,10 @@ endif xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o -xfs-$(CONFIG_XFS_POSIX_CAP) += xfs_cap.o -xfs-$(CONFIG_XFS_POSIX_MAC) += xfs_mac.o xfs-$(CONFIG_PROC_FS) += linux-2.6/xfs_stats.o xfs-$(CONFIG_SYSCTL) += linux-2.6/xfs_sysctl.o +xfs-$(CONFIG_COMPAT) += linux-2.6/xfs_ioctl32.o +xfs-$(CONFIG_XFS_EXPORT) += linux-2.6/xfs_export.o xfs-y += xfs_alloc.o \ @@ -126,6 +126,7 @@ xfs-$(CONFIG_XFS_TRACE) += xfs_dir2_trace.o # Objects in linux-2.6/ xfs-y += $(addprefix linux-2.6/, \ + kmem.o \ xfs_aops.o \ xfs_buf.o \ xfs_file.o \