Makefile.arch 579 B

1234567891011121314151617
  1. # Makefile for uClibc NPTL
  2. #
  3. # Copyright (C) 2006 Steven J. Hill <sjhill@uclibc.org>
  4. #
  5. # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  6. #
  7. libpthread_linux_arch_SSRC = pthread_once.S pthread_rwlock_wrlock.S \
  8. pthread_rwlock_rdlock.S pthread_rwlock_unlock.S \
  9. lowlevellock.S lowlevelrobustlock.S pthread_barrier_wait.S \
  10. pthread_cond_broadcast.S pthread_cond_signal.S \
  11. pthread_rwlock_timedwrlock.S pthread_rwlock_timedrdlock.S \
  12. sem_post.S sem_timedwait.S sem_trywait.S sem_wait.S
  13. libc_linux_arch_CSRC = fork.c
  14. ASFLAGS += -DUSE___THREAD