X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Fsfc_efx%2Fmeson.build;h=0cf0a23bf8c71bb89b5ac8b1bd87e1ce0383df31;hb=1bf9ff57ccb3825eb1f3d48be7f459d590115e56;hp=f42ccf609cb6fa00c93cee048f5179bcd2fdf9f6;hpb=7d5cfaa7508de0fd248b05effbf421a98317006a;p=dpdk.git diff --git a/drivers/common/sfc_efx/meson.build b/drivers/common/sfc_efx/meson.build index f42ccf609c..0cf0a23bf8 100644 --- a/drivers/common/sfc_efx/meson.build +++ b/drivers/common/sfc_efx/meson.build @@ -10,7 +10,7 @@ if is_windows reason = 'not supported on Windows' endif -if (arch_subdir != 'x86' or not dpdk_conf.get('RTE_ARCH_64')) and (arch_subdir != 'arm' or not host_machine.cpu_family().startswith('aarch64')) +if (arch_subdir != 'x86' and arch_subdir != 'arm') or (not dpdk_conf.get('RTE_ARCH_64')) build = false reason = 'only supported on x86_64 and aarch64' endif