]> git.saurik.com Git - apple/libc.git/blobdiff - x86_64/pthreads/Makefile.inc
Libc-763.13.tar.gz
[apple/libc.git] / x86_64 / pthreads / Makefile.inc
index b3c9885ed4afc4988a9090d273c9058ea0a753e4..49f1faa999455c37cf15e267b6f4e09130e874b9 100644 (file)
@@ -4,9 +4,16 @@
 MDSRCS += \
        init_cpu_capabilities.c \
        get_cpu_capabilities.s \
+       pthread_mutex_lock.s \
        pthread_set_self.s \
        pthread_self.s \
        pthread_getspecific.s \
        start_wqthread.s \
-       thread_start.s
+       thread_start.s \
+       preempt.s
 
+DYLDSRCS += \
+       pthread_set_self.s \
+       pthread_self.s \
+       pthread_getspecific.s \
+       preempt.s