mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 16:50:07 +00:00
9 lines
161 B
Makefile
9 lines
161 B
Makefile
|
ifeq ($(subdir),misc)
|
||
|
sysdep_routines += cacheflush
|
||
|
sysdep_headers += sys/cachectl.h
|
||
|
endif
|
||
|
|
||
|
ifeq ($(subdir),stdlib)
|
||
|
gen-as-const-headers += ucontext_i.sym
|
||
|
endif
|