summaryrefslogtreecommitdiff
path: root/test/mmap/Makefile.in
blob: 83d12fdae89deb9b430fb06b257b410ff70896cd (plain)
1
2
3
4
5
6
7
8
9
10
# uClibc-ng mmap tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

ifeq ($(TARGET_ARCH),arm)
TESTS_DISABLED := mmap2
endif

ifeq ($(TARGET_ARCH),xtensa)
TESTS_DISABLED := mmap2
endif