summaryrefslogtreecommitdiff
path: root/test/librt/Makefile.in
blob: f25522cbedd95617268930bb2e8cc1bc7df2499c (plain)
1
2
3
4
5
6
7
8
# uClibc 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