On Thu, Apr 30, 2020 at 09:42:46AM +0200, Danil Kipnis wrote: > On Wed, Apr 29, 2020 at 7:18 PM Jason Gunthorpe <jgg@xxxxxxxx> wrote: > > > > On Mon, Apr 27, 2020 at 04:10:18PM +0200, Danil Kipnis wrote: > > > +rnbd-client-y := rnbd-clt.o \ > > > + rnbd-common.o \ > > > + rnbd-clt-sysfs.o > > > + > > > +rnbd-server-y := rnbd-srv.o \ > > > + rnbd-common.o \ > > > + rnbd-srv-dev.o \ > > > + rnbd-srv-sysfs.o > > > > keep lists of things sorted > > Hi Jason, I understand you mean to sort the order of object files > here, right? Is that the reason the kbuild robot couldn't find the > rtrs.h include file? Probably not, you'll need to fix those kbuild things too Jason