summaryrefslogtreecommitdiff
path: root/test/mmap/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/mmap/Makefile.in')
-rw-r--r--test/mmap/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/mmap/Makefile.in b/test/mmap/Makefile.in
index c8b1d96..83d12fd 100644
--- a/test/mmap/Makefile.in
+++ b/test/mmap/Makefile.in
@@ -4,3 +4,7 @@
ifeq ($(TARGET_ARCH),arm)
TESTS_DISABLED := mmap2
endif
+
+ifeq ($(TARGET_ARCH),xtensa)
+TESTS_DISABLED := mmap2
+endif