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.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/mmap/Makefile.in b/test/mmap/Makefile.in
new file mode 100644
index 000000000..7bb34acb6
--- /dev/null
+++ b/test/mmap/Makefile.in
@@ -0,0 +1,6 @@
+# uClibc mmap tests
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+
+ifneq ($(TARGET_ARCH),arm)
+TESTS_DISABLED += mmap-arm
+endif