blob: e6240ea9a455b5470cfa18443ee5b1b61ef15217 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|