Re: [dpdk-dev] [PATCH] meson: error out on failed kernel module builds

2020-05-19 Thread Thomas Monjalon
11/05/2020 12:27, Bruce Richardson: > On Mon, May 11, 2020 at 11:25:13AM +0100, Anatoly Burakov wrote: > > Now that kernel modules aren't built by default, we can be more > > strict with their build process, and fail the build if they were > > requested to be built, but weren't. > > > > Signed-off

Re: [dpdk-dev] [PATCH] meson: error out on failed kernel module builds

2020-05-11 Thread Bruce Richardson
On Mon, May 11, 2020 at 11:25:13AM +0100, Anatoly Burakov wrote: > Now that kernel modules aren't built by default, we can be more > strict with their build process, and fail the build if they were > requested to be built, but weren't. > > Signed-off-by: Anatoly Burakov > --- I think erroring out

[dpdk-dev] [PATCH] meson: error out on failed kernel module builds

2020-05-11 Thread Anatoly Burakov
Now that kernel modules aren't built by default, we can be more strict with their build process, and fail the build if they were requested to be built, but weren't. Signed-off-by: Anatoly Burakov --- kernel/linux/meson.build | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git