kbuild: use relative path to -I
authorSam Ravnborg <sam@mars.ravnborg.org>
Tue, 4 Apr 2006 14:56:10 +0000 (16:56 +0200)
committerSam Ravnborg <sam@mars.ravnborg.org>
Tue, 4 Apr 2006 14:56:10 +0000 (16:56 +0200)
Using a relative path has the advantage that when the kernel source
tree is moved the relevant .o files will not be rebuild just because
the path to the kernel src has changed.
This also got rid of a user of TOPDIR - which has been deprecated for a long time now.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found