mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 16:50:07 +00:00
8 lines
168 B
Makefile
8 lines
168 B
Makefile
ifeq ($(subdir),misc)
|
|
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
|