mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-02 17:50:20 +00:00
17 lines
298 B
Makefile
17 lines
298 B
Makefile
|
ifeq ($(subdir),misc)
|
||
|
sysdep_routines += ioperm
|
||
|
sysdep_headers += sys/io.h
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),debug)
|
||
|
gen-as-const-headers += signal-defines.sym
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),setjmp)
|
||
|
gen-as-const-headers += signal-defines.sym
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),stdlib)
|
||
|
gen-as-const-headers += ucontext_i.sym
|
||
|
endif
|