0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Headers that are mandatory in usr/include/asm/
0004 # (This file is not included when SRCARCH=um since UML does not support UAPI.)
0005
0006 mandatory-y += auxvec.h
0007 mandatory-y += bitsperlong.h
0008 mandatory-y += bpf_perf_event.h
0009 mandatory-y += byteorder.h
0010 mandatory-y += errno.h
0011 mandatory-y += fcntl.h
0012 mandatory-y += ioctl.h
0013 mandatory-y += ioctls.h
0014 mandatory-y += ipcbuf.h
0015 mandatory-y += mman.h
0016 mandatory-y += msgbuf.h
0017 mandatory-y += param.h
0018 mandatory-y += poll.h
0019 mandatory-y += posix_types.h
0020 mandatory-y += ptrace.h
0021 mandatory-y += resource.h
0022 mandatory-y += sembuf.h
0023 mandatory-y += setup.h
0024 mandatory-y += shmbuf.h
0025 mandatory-y += sigcontext.h
0026 mandatory-y += siginfo.h
0027 mandatory-y += signal.h
0028 mandatory-y += socket.h
0029 mandatory-y += sockios.h
0030 mandatory-y += stat.h
0031 mandatory-y += statfs.h
0032 mandatory-y += swab.h
0033 mandatory-y += termbits.h
0034 mandatory-y += termios.h
0035 mandatory-y += types.h
0036 mandatory-y += unistd.h