Olivier Matz 1dc1b95796 mk: fix static build without crypto
If the experimental CONFIG_RTE_LIBRTE_CRYPTODEV is disabled, build of
any crypto pmds will fail because of the missing dependency.  The commit
94288d645 fixes the issue when compiled with shared libraries but there
is still an issue at link time with static libs:

     LD test
     /usr/bin/ld: cannot find -lrte_pmd_null_crypto
     collect2: error: ld returned 1 exit status

Only add the -l linker flags related to crypto PMDs if CRYPTODEV is
enabled.

Fixes: 94288d645 ("mk: fix build without crypto")

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
2016-03-11 15:30:03 +01:00
..
2016-03-03 11:36:32 +01:00
2016-02-28 22:49:09 +01:00
2016-03-11 15:30:03 +01:00
2014-11-05 22:18:31 +01:00
2014-06-11 00:29:34 +02:00
2014-06-11 00:29:34 +02:00
2014-06-11 00:29:34 +02:00
2014-06-11 00:29:34 +02:00
2014-06-11 00:29:34 +02:00
2015-04-03 16:13:36 +02:00
2014-06-11 00:29:34 +02:00
2016-01-19 09:18:26 +01:00
2015-12-06 15:41:04 +01:00
2014-12-17 22:54:20 +01:00
2014-06-11 00:29:34 +02:00