Re: [dpdk-dev] [PATCH v2] build: replace meson OS detection with variable
From: Bruce Richardson <hidden> Date: 2020-06-30 13:23:55
On Tue, Jun 30, 2020 at 03:15:22PM +0200, Thomas Monjalon wrote:
Some places were calling the meson function host_machine.system()
instead of the variables is_windows and is_linux defined
in config/meson.build.
At the same time, the missing "Linux restriction" reason is added to
pfe and octeontx2 crypto PMDs.
Signed-off-by: Thomas Monjalon <redacted>
Acked-by: Bruce Richardson <redacted>
---
v2: add missing reason to drivers
---