patch-2.4.26 linux-2.4.26/fs/xfs/Makefile

Next file: linux-2.4.26/fs/xfs/linux/kmem.h
Previous file: linux-2.4.26/fs/smbfs/proc.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.25/fs/xfs/Makefile linux-2.4.26/fs/xfs/Makefile
@@ -108,7 +108,9 @@
 				   xfs_vfsops.o \
 				   xfs_vnodeops.o \
 				   xfs_refcache.o \
-				   xfs_rw.o
+				   xfs_rw.o \
+				   xfs_dmops.o \
+				   xfs_qmops.o
 
 # Objects not built in this directory
 obj-y				+= linux/linux_xfs.o \
@@ -119,15 +121,11 @@
 ifeq ($(CONFIG_XFS_DMAPI),y)
   subdir-$(CONFIG_XFS_FS)	+= dmapi
   obj-y				+= dmapi/xfs_dmapi.o
-else
-  obj-y				+= xfs_dmops.o
 endif
 
 ifeq ($(CONFIG_XFS_QUOTA),y)
   subdir-$(CONFIG_XFS_FS)	+= quota
   obj-y				+= quota/xfs_quota.o
-else
-  obj-y				+= xfs_qmops.o
 endif
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)