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 <bruce.richard...@intel.com> > Signed-off-by: Kevin Laatz <kevin.la...@intel.com> > Reviewed-by: Conor Walsh <conor.wa...@intel.com> >
<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