2019-03-17 10:01:09 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2012-10-03 01:01:56 +08:00
|
|
|
#
|
|
|
|
# Headers that are mandatory in usr/include/asm/
|
2019-03-17 10:01:09 +08:00
|
|
|
# (This file is not included when SRCARCH=um since UML does not support UAPI.)
|
|
|
|
|
2017-03-27 20:20:15 +08:00
|
|
|
mandatory-y += auxvec.h
|
|
|
|
mandatory-y += bitsperlong.h
|
2018-12-16 23:04:40 +08:00
|
|
|
mandatory-y += bpf_perf_event.h
|
2017-03-27 20:20:15 +08:00
|
|
|
mandatory-y += byteorder.h
|
|
|
|
mandatory-y += errno.h
|
|
|
|
mandatory-y += fcntl.h
|
|
|
|
mandatory-y += ioctl.h
|
|
|
|
mandatory-y += ioctls.h
|
|
|
|
mandatory-y += ipcbuf.h
|
|
|
|
mandatory-y += mman.h
|
|
|
|
mandatory-y += msgbuf.h
|
|
|
|
mandatory-y += param.h
|
|
|
|
mandatory-y += poll.h
|
|
|
|
mandatory-y += posix_types.h
|
|
|
|
mandatory-y += ptrace.h
|
|
|
|
mandatory-y += resource.h
|
|
|
|
mandatory-y += sembuf.h
|
|
|
|
mandatory-y += setup.h
|
|
|
|
mandatory-y += shmbuf.h
|
|
|
|
mandatory-y += sigcontext.h
|
|
|
|
mandatory-y += siginfo.h
|
|
|
|
mandatory-y += signal.h
|
|
|
|
mandatory-y += socket.h
|
|
|
|
mandatory-y += sockios.h
|
|
|
|
mandatory-y += stat.h
|
|
|
|
mandatory-y += statfs.h
|
|
|
|
mandatory-y += swab.h
|
|
|
|
mandatory-y += termbits.h
|
|
|
|
mandatory-y += termios.h
|
|
|
|
mandatory-y += types.h
|
|
|
|
mandatory-y += unistd.h
|