X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fdpaa2%2Fmeson.build;h=7e74c656ab0e4bca8dcd227d90334f520bc59b4a;hb=9efa8d28b4daccda08ec0a2b8e45350fe089065f;hp=801cbf5d75d0a280561826b83e35fe4728f7d8e8;hpb=1def64c2d79e07eb3ec73f5d1ca797e512a3e4d5;p=dpdk.git diff --git a/drivers/net/dpaa2/meson.build b/drivers/net/dpaa2/meson.build index 801cbf5d75..7e74c656ab 100644 --- a/drivers/net/dpaa2/meson.build +++ b/drivers/net/dpaa2/meson.build @@ -3,14 +3,16 @@ version = 2 -if host_machine.system() != 'linux' - build = false +if not is_linux + build = false + reason = 'only supported on linux' endif deps += ['mempool_dpaa2'] sources = files('base/dpaa2_hw_dpni.c', 'dpaa2_mux.c', 'dpaa2_ethdev.c', + 'dpaa2_flow.c', 'dpaa2_rxtx.c', 'mc/dpkg.c', 'mc/dpdmux.c',