mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
9 lines
154 B
Makefile
9 lines
154 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
|