On Tue, Jun 11, 2019 at 11:49:34AM +0300, Igor Ryzhov wrote:
> Currently kernel modules are installed into /usr/src instead of
> /lib/modules when meson build system is used. This patch fixes that.
>
> Signed-off-by: Igor Ryzhov <iryz...@nfware.com>
> ---
> v2 - don't change kernel_dir to kernel_version
>
> kernel/linux/igb_uio/meson.build | 4 ++--
> kernel/linux/kni/meson.build | 4 ++--
> kernel/linux/meson.build | 4 ++--
> meson_options.txt | 2 +-
> 4 files changed, 7 insertions(+), 7 deletions(-)
>
Acked-by: Bruce Richardson <bruce.richard...@intel.com>