Up until the last kernel version or so, I could do something like: make M=drivers/usb/misc/ and the kbuild system would automatically do the right thing by removing the final '/'. Now it does not do so, and instead it ends up unnecessarily compiling bogus files like CC [M] drivers/usb/misc//usbtest.o These final slashes are added by bash's tab-completion mechanism; it would be most convenient not to have to remove them manually. Has this problem been mentioned before? Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html