Re: [dpdk-dev] [PATCH v2 0/3] cleanup kernel meson.build file for linux

2019-05-29 Thread Thomas Monjalon
17/05/2019 15:53, Luca Boccassi: > On Fri, 2019-05-17 at 14:45 +0100, Bruce Richardson wrote: > > Small cleanups to shorten the meson.build file in the kernel/linux > > directory, removing the unneeded version check and taking advantage > > of the > > subdir_done() function introduced in meson 0.46

Re: [dpdk-dev] [PATCH v2 0/3] cleanup kernel meson.build file for linux

2019-05-17 Thread Luca Boccassi
On Fri, 2019-05-17 at 14:45 +0100, Bruce Richardson wrote: > Small cleanups to shorten the meson.build file in the kernel/linux > directory, removing the unneeded version check and taking advantage > of the > subdir_done() function introduced in meson 0.46. > > V2: > resubmit without the 19.

[dpdk-dev] [PATCH v2 0/3] cleanup kernel meson.build file for linux

2019-05-17 Thread Bruce Richardson
Small cleanups to shorten the meson.build file in the kernel/linux directory, removing the unneeded version check and taking advantage of the subdir_done() function introduced in meson 0.46. V2: resubmit without the 19.08 patch prefix and with the typo removed in patch 1. Bruce Ri