Update copyright notices with scripts/update-copyrights.
[glibc.git] / ports / sysdeps / unix / sysv / linux / aarch64 / Makefile
blob97c179addbc9f36a20fa8f78e050b0625aa65e4f
1 ifeq ($(subdir),csu)
2 sysdep_routines += __read_tp libc-__read_tp
3 static-only-routines += __read_tp
4 shared-only-routines += libc-__read_tp
5 endif
7 ifeq ($(subdir),elf)
8 sysdep_routines += dl-vdso
9 sysdep-rtld-routines += __read_tp
10 endif
12 ifeq ($(subdir),misc)
13 sysdep_headers += sys/elf.h
14 endif
16 ifeq ($(subdir),stdlib)
17 gen-as-const-headers += ucontext_i.sym
18 endif