[Bluetooth] Enable SCO support for Broadcom HID proxy dongle
[pandora-kernel.git] / scripts / Kbuild.include
index ac5f275..2180c88 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 $@))
 
 ###