From: Carl-Daniel Hailfinger Date: Mon, 3 Apr 2006 23:02:30 +0000 (+0200) Subject: kbuild: fix unneeded rebuilds in drivers/net/chelsio after moving source tree X-Git-Tag: v2.6.17-rc2~98^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1417ae0869472f4f3768779c51c3979faca20b2e;p=pandora-kernel.git kbuild: fix unneeded rebuilds in drivers/net/chelsio after moving source tree 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 Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed