Makefile.in 214 B

12345678910
  1. # uClibc-ng mmap tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. ifeq ($(TARGET_ARCH),arm)
  4. TESTS_DISABLED := mmap2
  5. endif
  6. ifeq ($(TARGET_ARCH),xtensa)
  7. TESTS_DISABLED := mmap2
  8. endif