diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 0952494..d1c5b76 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -403,10 +403,11 @@ endif | |||
403 | noinst_HEADERS += arch/loongarch64/crypto_arch.h | 403 | noinst_HEADERS += arch/loongarch64/crypto_arch.h |
404 | noinst_HEADERS += bn/arch/loongarch64/bn_arch.h | 404 | noinst_HEADERS += bn/arch/loongarch64/bn_arch.h |
405 | 405 | ||
406 | # XXX - do we still need this? | ||
407 | if HOST_MIPS | 406 | if HOST_MIPS |
407 | libcrypto_la_CPPFLAGS += -I$(top_srcdir)/crypto/arch/mips/ | ||
408 | libcrypto_la_CPPFLAGS += -I$(top_srcdir)/crypto/bn/arch/mips/ | 408 | libcrypto_la_CPPFLAGS += -I$(top_srcdir)/crypto/bn/arch/mips/ |
409 | endif | 409 | endif |
410 | noinst_HEADERS += arch/mips/crypto_arch.h | ||
410 | noinst_HEADERS += bn/arch/mips/bn_arch.h | 411 | noinst_HEADERS += bn/arch/mips/bn_arch.h |
411 | 412 | ||
412 | if HOST_MIPS64 | 413 | if HOST_MIPS64 |