about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/Makefile
blob: 65365e129ab3020b247ed347186fbc0a31ae5ab5 (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

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