]> err.no Git - linux-2.6/blobdiff - scripts/Kbuild.include
[netdrvr] via-velocity: use netdev_priv() where appropriate
[linux-2.6] / scripts / Kbuild.include
index ac5f275b0283f1f9807fcc281c3a443e30955eda..2180c88cfe89111a79cfb15bb8361aefcd067d59 100644 (file)
@@ -13,8 +13,7 @@ space   := $(empty) $(empty)
 depfile = $(subst $(comma),_,$(@D)/.$(@F).d)
 
 ###
-# basetarget equals the filename of the target with no extension.
-# So 'foo/bar.o' becomes 'bar'
+# filename of target with directory and extension stripped
 basetarget = $(basename $(notdir $@))
 
 ###