X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=fs%2Fxfs%2FMakefile;h=284a7c89697efd7d083b5a60dfc9671796fe80b1;hp=fee7901841e387e7773bc1d0f9e1449479c7bcc0;hb=3155fe6df553472fd7c07e7788b0e542cd828c91;hpb=0c9ba97318fc9a905bcc1419b6966de061203a70 diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index fee7901841e3..284a7c89697e 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -16,14 +16,11 @@ # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -EXTRA_CFLAGS += -I$(src) -I$(src)/linux-2.6 +ccflags-y := -I$(src) -I$(src)/linux-2.6 +ccflags-$(CONFIG_XFS_DEBUG) += -g XFS_LINUX := linux-2.6 -ifeq ($(CONFIG_XFS_DEBUG),y) - EXTRA_CFLAGS += -g -endif - obj-$(CONFIG_XFS_FS) += xfs.o xfs-y += linux-2.6/xfs_trace.o