1# Makefile for uClibc-ng NPTL
2# Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
3
4libpthread_linux_arch_SSRC =
5libpthread_linux_arch_CSRC = pthread_once.c
6
7libc_linux_arch_CSRC = fork.c
8
9CFLAGS += $(SSP_ALL_CFLAGS)
10