Since AARCH32 extension is not implemented on octeontx2 family, only
enable build for 64bit.
Due to Linux kernel AF(Admin Function) driver dependency, only enable
build for 64-bit Linux.
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
# Copyright(C) 2019 Marvell International Ltd.
#
-if is_windows
+if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
build = false
- reason = 'not supported on Windows'
- subdir_done()
-endif
-
-if not dpdk_conf.get('RTE_ARCH_64')
- build = false
- reason = 'only supported on 64-bit'
+ reason = 'only supported on 64-bit Linux'
subdir_done()
endif
# Copyright(C) 2019 Marvell International Ltd.
#
-if not dpdk_conf.get('RTE_ARCH_64')
+if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
build = false
- reason = 'only supported on 64-bit'
+ reason = 'only supported on 64-bit Linux'
subdir_done()
endif
# Copyright(C) 2019 Marvell International Ltd.
#
-if is_windows
+if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
build = false
- reason = 'not supported on Windows'
- subdir_done()
-endif
-if not dpdk_conf.get('RTE_ARCH_64')
- build = false
- reason = 'only supported on 64-bit'
+ reason = 'only supported on 64-bit Linux'
subdir_done()
endif
# Copyright(C) 2019 Marvell International Ltd.
#
-if is_windows
+if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
build = false
- reason = 'not supported on Windows'
- subdir_done()
-endif
-
-if not dpdk_conf.get('RTE_ARCH_64')
- build = false
- reason = 'only supported on 64-bit'
+ reason = 'only supported on 64-bit Linux'
subdir_done()
endif