summaryrefslogtreecommitdiff
path: root/librt/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'librt/Makefile.in')
-rw-r--r--librt/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/librt/Makefile.in b/librt/Makefile.in
index 857efb517..8555e94db 100644
--- a/librt/Makefile.in
+++ b/librt/Makefile.in
@@ -28,6 +28,7 @@ librt_filter_SRC :=
ifeq ($(UCLIBC_HAS_THREADS_NATIVE),y)
librt_filter_SRC += mq_notify.c timer_create.c timer_delete.c \
timer_getoverr.c timer_gettime.c timer_settime.c
+# these should really be guarded by ADVANCED_REALTIME, we use them in mq_send.c/mq_receive.c
librt_SSRC := $(wildcard $(librt_DIR)/*.S)
else
librt_filter_SRC += clock_nanosleep.c clock_getcpuclockid.c clock_gettime.c