about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/Makefile
blob: 5d3e280d7cf3149706ab8103f00d49ec17698f93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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 += regdef.h fpregdef.h sys/asm.h sys/cachectl.h sys/fpregdef.h \
	   sys/regdef.h sys/sysmips.h
endif