Masahiro Yamada | 037fc33 | 2019-03-17 11:01:09 +0900 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
David Howells | 494b3e1 | 2012-10-02 18:01:56 +0100 | [diff] [blame] | 2 | # |
David Howells | 494b3e1 | 2012-10-02 18:01:56 +0100 | [diff] [blame] | 3 | # Headers that are mandatory in usr/include/asm/ |
Masahiro Yamada | 037fc33 | 2019-03-17 11:01:09 +0900 | [diff] [blame] | 4 | # (This file is not included when SRCARCH=um since UML does not support UAPI.) |
| 5 | |
Nicolas Dichtel | fcc8487 | 2017-03-27 14:20:15 +0200 | [diff] [blame] | 6 | mandatory-y += auxvec.h |
| 7 | mandatory-y += bitsperlong.h |
Masahiro Yamada | bcb671c | 2018-12-17 00:04:40 +0900 | [diff] [blame] | 8 | mandatory-y += bpf_perf_event.h |
Nicolas Dichtel | fcc8487 | 2017-03-27 14:20:15 +0200 | [diff] [blame] | 9 | mandatory-y += byteorder.h |
| 10 | mandatory-y += errno.h |
| 11 | mandatory-y += fcntl.h |
| 12 | mandatory-y += ioctl.h |
| 13 | mandatory-y += ioctls.h |
| 14 | mandatory-y += ipcbuf.h |
| 15 | mandatory-y += mman.h |
| 16 | mandatory-y += msgbuf.h |
| 17 | mandatory-y += param.h |
| 18 | mandatory-y += poll.h |
| 19 | mandatory-y += posix_types.h |
| 20 | mandatory-y += ptrace.h |
| 21 | mandatory-y += resource.h |
| 22 | mandatory-y += sembuf.h |
| 23 | mandatory-y += setup.h |
| 24 | mandatory-y += shmbuf.h |
| 25 | mandatory-y += sigcontext.h |
| 26 | mandatory-y += siginfo.h |
| 27 | mandatory-y += signal.h |
| 28 | mandatory-y += socket.h |
| 29 | mandatory-y += sockios.h |
| 30 | mandatory-y += stat.h |
| 31 | mandatory-y += statfs.h |
| 32 | mandatory-y += swab.h |
| 33 | mandatory-y += termbits.h |
| 34 | mandatory-y += termios.h |
| 35 | mandatory-y += types.h |
| 36 | mandatory-y += unistd.h |