]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/enetc/meson.build
net/i40e: fix parsing packet type for NEON
[dpdk.git] / drivers / net / enetc / meson.build
index 733156bbf57987c674e973c3745ca8fdbc9186c5..850307c04ed0e187188c103d691e65f4d7463708 100644 (file)
@@ -1,10 +1,12 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 NXP
 
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright 2018 NXP
 
-if host_machine.system() != 'linux'
+if not is_linux
        build = false
        build = false
+       reason = 'only supported on Linux'
 endif
 
 endif
 
+deps += ['common_dpaax']
 sources = files('enetc_ethdev.c',
                'enetc_rxtx.c')
 
 sources = files('enetc_ethdev.c',
                'enetc_rxtx.c')