diff options
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 217f445..b58de21 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -40,8 +40,8 @@ if HOST_LOONGARCH64 | |||
40 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/arch/loongarch64/ | 40 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/arch/loongarch64/ |
41 | endif | 41 | endif |
42 | 42 | ||
43 | # XXX - do we still need this? | ||
44 | if HOST_MIPS | 43 | if HOST_MIPS |
44 | AM_CPPFLAGS += -I$(top_srcdir)/crypto/arch/mips/ | ||
45 | endif | 45 | endif |
46 | 46 | ||
47 | if HOST_MIPS64 | 47 | if HOST_MIPS64 |