Hi, I want to build an external module out-of-tree. I tried this: make -C <kernel-source> KBUILD_OUTPUT=<out-of-tree-path> M=<external-module> modules However, the result is put to the source path specified by M=, whereas a normal kernel build (without M=) but otherwise same parameters puts the result to <out-of-tree-path>. Any hints what I'm doing wrong? Regards, Tino -- 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