about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/Makefile
blob: 1f9fc2dd031572bc94de1c5d412eb8e186bb00b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
ifeq ($(subdir),signal)
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait	\
		   rt_sigqueueinfo rt_sigaction rt_sigpending
#sysdep_routines += sigsuspend
endif

ifeq ($(subdir),misc)
sysdep_routines += cachectl cacheflush sysmips _test_and_set

sysdep_headers += sys/cachectl.h sys/sysmips.h sys/tas.h
endif