]> git.saurik.com Git - apple/libc.git/blobdiff - i386/pthreads/Makefile.inc
Libc-763.11.tar.gz
[apple/libc.git] / i386 / pthreads / Makefile.inc
index 81bf8560e976cb587d9bbfd1686231a0731d86b5..7fd652ca8ed9ff0c5a7421ec4a58d86304ef6ef5 100644 (file)
@@ -2,9 +2,16 @@
 MDSRCS += \
        init_cpu_capabilities.c \
        get_cpu_capabilities.s \
+       preempt.s \
        pthread_mutex_lock.s \
        pthread_set_self.s \
        pthread_self.s \
        pthread_getspecific.s \
        start_wqthread.s \
        thread_start.s
+
+DYLDSRCS += \
+       preempt.s \
+       pthread_set_self.s \
+       pthread_self.s \
+       pthread_getspecific.s