What is the proper way to indicate to Kbuild that something in the current directory depends on something built in a subdirectory? Specifically, something like: obj-y += foo/ obj-y += bar.o ... where bar.o depends on a header file generated inside the foo directory? -hpa -- 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