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

LDFLAGS_shmtest := -lrt

ifeq ($(ARCH_USE_MMU),)
TESTS_DISABLED := shmtest
endif