aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
-rw-r--r--tests/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 72e36d4..d7cc499 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -33,7 +33,7 @@ elseif(HOST_LOONGARCH64)
33elseif(HOST_MIPS64) 33elseif(HOST_MIPS64)
34 include_directories(../crypto/arch/mips64) 34 include_directories(../crypto/arch/mips64)
35elseif(HOST_MIPS) 35elseif(HOST_MIPS)
36 # XXX - can this go away? the directory doesn't exist... 36 include_directories(../crypto/arch/mips)
37elseif(HOST_POWERPC) 37elseif(HOST_POWERPC)
38 include_directories(../crypto/arch/powerpc) 38 include_directories(../crypto/arch/powerpc)
39elseif(HOST_POWERPC64) 39elseif(HOST_POWERPC64)
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
40AM_CPPFLAGS += -I$(top_srcdir)/crypto/arch/loongarch64/ 40AM_CPPFLAGS += -I$(top_srcdir)/crypto/arch/loongarch64/
41endif 41endif
42 42
43# XXX - do we still need this?
44if HOST_MIPS 43if HOST_MIPS
44AM_CPPFLAGS += -I$(top_srcdir)/crypto/arch/mips/
45endif 45endif
46 46
47if HOST_MIPS64 47if HOST_MIPS64