mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-11 05:40:06 +00:00
13 lines
356 B
Makefile
13 lines
356 B
Makefile
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
|