diff options
Diffstat (limited to 'test/librt/Makefile.in')
-rw-r--r-- | test/librt/Makefile.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/librt/Makefile.in b/test/librt/Makefile.in deleted file mode 100644 index f25522cbe..000000000 --- a/test/librt/Makefile.in +++ /dev/null @@ -1,8 +0,0 @@ -# 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 |