blob: 49ad3e1b91148e65510a5b6326ecf0c28df079ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
ifeq ($(subdir),misc)
sysdep_headers += regdef.h fpregdef.h sys/regdef.h sys/fpregdef.h \
sys/asm.h sgidefs.h
endif
ifeq ($(subdir),setjmp)
sysdep_routines += setjmp_aux
endif
ifeq ($(subdir),rt)
librt-sysdep_routines += rt-sysdep
endif
|