On Sun. 13 nov. 2022 at 22:39, Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> wrote: > On 13.11.2022 22:19:23, Vincent MAILHOL wrote: > > On Sun. 13 Nov. 2022 at 22:12, Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> wrote: > > > On 13.11.2022 17:53:18, Vincent Mailhol wrote: > > > > > > > diff --git a/mcp251xfd/mcp251xfd-dev-coredump.c b/mcp251xfd/mcp251xfd-dev-coredump.c > > > > index 5874d24..422900f 100644 > > > > --- a/mcp251xfd/mcp251xfd-dev-coredump.c > > > > +++ b/mcp251xfd/mcp251xfd-dev-coredump.c > > > > @@ -17,18 +17,10 @@ > > > > > > > > #include <linux/kernel.h> > > > > > > > > +#include "../lib.h" > > > > > > Does #include <lib.h> work? > > > > Unfortunately, no: > > Using the plain makefile without autotools and cmake? It works with autotools. Actually, I am now confused, I thought that Makefile would be generated by ./autogen.sh and ./configure. To be honest, after seeing the Makefile, I did not pay attention to the rest and did not realize that this was also a autotools project. Shouldn't the Makefile be removed? It is odd to have both.