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