crypto: cleanup sha256 build

Rather than appending all possible cpu variants to all targets, create a
convenience variable that encompasses all.
This commit is contained in:
Cory Fields
2018-06-06 15:20:34 -04:00
parent e4082d59f5
commit f68049dd87
5 changed files with 20 additions and 26 deletions

View File

@@ -39,8 +39,6 @@ bench_bench_bitcoin_LDADD = \
$(LIBBITCOIN_UTIL) \
$(LIBBITCOIN_CONSENSUS) \
$(LIBBITCOIN_CRYPTO) \
$(LIBBITCOIN_CRYPTO_SSE41) \
$(LIBBITCOIN_CRYPTO_AVX2) \
$(LIBLEVELDB) \
$(LIBLEVELDB_SSE42) \
$(LIBMEMENV) \