Makefile.in 178 B

12345678
  1. # uClibc-ng shm tests
  2. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  3. LDFLAGS_shmtest := -lrt
  4. ifeq ($(ARCH_USE_MMU),)
  5. TESTS_DISABLED := shmtest
  6. endif