On Tue, Jun 09, 2020 at 04:43:46PM -0500, Jonathon Jongsma wrote:
In order to test the nodedev driver, we need to link against a
non-loadable module. Similar to other loadable modules already in the
repository, create an _impl library that can be linked against the unit
tests and then create a loadable module from that.
Signed-off-by: Jonathon Jongsma <jjongsma(a)redhat.com>
---
Reviewed-by: Erik Skultety <eskultet(a)redhat.com>