On Fri, Sep 17, 2021 at 03:24:23PM +0000, Kevin Laatz wrote: > Add the basic device probe/remove skeleton code for DSA device bound to > the vfio pci driver. Relevant documentation and MAINTAINERS update also > included. > > Signed-off-by: Bruce Richardson <[email protected]> > Signed-off-by: Kevin Laatz <[email protected]> > Reviewed-by: Conor Walsh <[email protected]> >
<snip> > --- /dev/null > +++ b/drivers/dma/idxd/meson.build > @@ -0,0 +1,11 @@ > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright(c) 2021 Intel Corporation > + > +if is_windows > + subdir_done() > +endif > + > +deps += ['bus_pci'] > +sources = files( > + 'idxd_pci.c' > +) > \ No newline at end of file If doing a v6, this should be fixed to have a newline at end. /Bruce

