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

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