app: do not build test-crypto-perf if cryptodev disabled
authorIlya Maximets <i.maximets@samsung.com>
Mon, 10 Apr 2017 08:14:19 +0000 (11:14 +0300)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 10 Apr 2017 10:00:06 +0000 (12:00 +0200)
commit5ae1274fb01bac5c9aff3e992569331b94965880
treece68ef36c543cd7585519274c9c9a06a53d9dd3c
parenta4dad8a0c1f4c93f53e2bc3982e957ae5e00bcb0
app: do not build test-crypto-perf if cryptodev disabled

This fixes build in following configuration:

CONFIG_RTE_LIBRTE_CRYPTODEV=n
CONFIG_RTE_APP_CRYPTO_PERF=y

Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test application")
Cc: stable@dpdk.org
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
app/Makefile