mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 12:50:05 +00:00
11 lines
242 B
Makefile
11 lines
242 B
Makefile
|
ifeq ($(subdir),signal)
|
||
|
#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
|