Re: [dpdk-dev] [PATCH] build: clean up building kernel modules using meson

2018-02-22 Thread Hemant Agrawal
On 2/22/2018 11:08 PM, Bruce Richardson wrote: The meson.build files for building the kernel modules directory could be improved now that it is extracted from the EAL. For example, no global processing is necessary inside the kernel folder, just need to subdir to the appropriate bsd or linux fold

[dpdk-dev] [PATCH] build: clean up building kernel modules using meson

2018-02-22 Thread Bruce Richardson
The meson.build files for building the kernel modules directory could be improved now that it is extracted from the EAL. For example, no global processing is necessary inside the kernel folder, just need to subdir to the appropriate bsd or linux folder to do the actual work. Signed-off-by: Bruce R