[PATCH] Fix unneeded rebuilds in drivers/net/chelsio after movingsource tree

From: Carl-Daniel Hailfinger
Date: Mon Apr 03 2006 - 19:02:49 EST


This fixes some uneeded rebuilds under drivers/net/chelsio after moving
the source tree. The makefiles used $(TOPDIR) for include paths, which
is unnecessary. Changed to use relative paths.

Compile tested, produces byte-identical code to the previous makefiles.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@xxxxxxx>

--
http://www.hailfinger.org/

--- linux-2.6.16/drivers/net/chelsio/Makefile 2006-03-20 06:53:29.000000000 +0100
+++ linux-2.6.16-fixed/drivers/net/chelsio/Makefile 2006-04-04 00:45:21.000000000 +0200
@@ -4,7 +4,7 @@

obj-$(CONFIG_CHELSIO_T1) += cxgb.o

-EXTRA_CFLAGS += -I$(TOPDIR)/drivers/net/chelsio $(DEBUG_FLAGS)
+EXTRA_CFLAGS += -Idrivers/net/chelsio $(DEBUG_FLAGS)


cxgb-objs := cxgb2.o espi.o pm3393.o sge.o subr.o mv88x201x.o




-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/