patch-2.4.27 linux-2.4.27/fs/xfs/Makefile

Next file: linux-2.4.27/fs/xfs/linux/Makefile
Previous file: linux-2.4.27/fs/udf/file.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/fs/xfs/Makefile linux-2.4.27/fs/xfs/Makefile
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2000-2003 Silicon Graphics, Inc.  All Rights Reserved.
+# Copyright (c) 2000-2004 Silicon Graphics, Inc.  All Rights Reserved.
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of version 2 of the GNU General Public License as
@@ -30,10 +30,10 @@
 # http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
 #
 
-EXTRA_CFLAGS +=  -I. -I linux -funsigned-char
+EXTRA_CFLAGS +=  -I. -I linux-2.4 -funsigned-char
 
 ifeq ($(CONFIG_XFS_DEBUG),y)
-	EXTRA_CFLAGS += -g -DSTATIC="" -DDEBUG -DXFSDEBUG
+	EXTRA_CFLAGS += -g -DSTATIC="" -DDEBUG
 	EXTRA_CFLAGS += -DPAGEBUF_LOCK_TRACKING
 endif
 ifeq ($(CONFIG_XFS_TRACE),y)
@@ -113,10 +113,10 @@
 				   xfs_qmops.o
 
 # Objects not built in this directory
-obj-y				+= linux/linux_xfs.o \
+obj-y				+= linux-2.4/linux_xfs.o \
 				   support/support_xfs.o
 
-subdir-$(CONFIG_XFS_FS)		+= linux support
+subdir-$(CONFIG_XFS_FS)		+= linux-2.4 support
 
 ifeq ($(CONFIG_XFS_DMAPI),y)
   subdir-$(CONFIG_XFS_FS)	+= dmapi

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