build: remove meson warning for Arm
authorJerin Jacob <jerinj@marvell.com>
Tue, 19 Mar 2019 17:22:20 +0000 (17:22 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 26 Mar 2019 22:31:47 +0000 (23:31 +0100)
commitf6188bb8b0a7567d581023bfd91655bc668464d4
treef23c83dba52b4858aec107f5d9b64103d927b1fb
parent0ffbdd1d8d2ab43cff01d56ccd86c092aaa6df39
build: remove meson warning for Arm

Remove the following warning by comparing string to string.

config/arm/meson.build:153: WARNING: Trying to compare values of
different types (list, str) using ==.

Fixes: c6e536e38437 ("build: add more implementers IDs and PNs for ARM")
Cc: stable@dpdk.org
Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Acked-by: Luca Boccassi <bluca@debian.org>
config/arm/meson.build