examples/dpdk_qat: fix build error message
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 29 Mar 2016 18:28:51 +0000 (19:28 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 31 Mar 2016 20:03:05 +0000 (22:03 +0200)
commit3b1a6bd8f006cee9757d93d84b1ff13e0f5c7390
tree3de15cb4a0aa344f0e1787bb28185d616fbe60b3
parent9727af14b03247cf330a0f026fd105b69303bb68
examples/dpdk_qat: fix build error message

When compiling dpdk_qat app with an i686 target on a x86_64 OS,
an error message was shown, saying that it can only be built
on a 32-bit OS, which should be i686 OS, as other 32-bit OS
are not supported.

Fixes: 3460012bcce6 ("examples/qat: update")

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
examples/dpdk_qat/Makefile