Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > > include/linux/libfdt.h | 4 +- > > So what happened here? > > -#include "../../scripts/dtc/libfdt/fdt.h" > -#include "../../scripts/dtc/libfdt/libfdt.h" > +#include <> > +#include <> I didn't expect 'system' header files to be outside of include/ or arch/*/include/, so the bit of perl I had to turn this into <...> quietly malfunctioned when it stripped too much off of the front. Out of interest, why aren't these in include/? The normal way seems to be to point the tool build at the kernel headers, not the kernel build at the script headers. David -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html