diff options
Diffstat (limited to 'include/asm-generic/Kbuild')
-rw-r--r-- | include/asm-generic/Kbuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild index 4c9932a2503f..eb62334cda29 100644 --- a/include/asm-generic/Kbuild +++ b/include/asm-generic/Kbuild | |||
@@ -1,11 +1,33 @@ | |||
1 | header-y += auxvec.h | ||
2 | header-y += bitsperlong.h | ||
1 | header-y += errno-base.h | 3 | header-y += errno-base.h |
2 | header-y += errno.h | 4 | header-y += errno.h |
3 | header-y += fcntl.h | 5 | header-y += fcntl.h |
4 | header-y += ioctl.h | 6 | header-y += ioctl.h |
7 | header-y += ioctls.h | ||
8 | header-y += ipcbuf.h | ||
9 | header-y += mman-common.h | ||
5 | header-y += mman.h | 10 | header-y += mman.h |
11 | header-y += msgbuf.h | ||
12 | header-y += param.h | ||
6 | header-y += poll.h | 13 | header-y += poll.h |
14 | header-y += posix_types.h | ||
15 | header-y += sembuf.h | ||
16 | header-y += setup.h | ||
17 | header-y += shmbuf.h | ||
18 | header-y += shmparam.h | ||
19 | header-y += signal-defs.h | ||
7 | header-y += signal.h | 20 | header-y += signal.h |
21 | header-y += socket.h | ||
22 | header-y += sockios.h | ||
23 | header-y += stat.h | ||
8 | header-y += statfs.h | 24 | header-y += statfs.h |
25 | header-y += swab.h | ||
26 | header-y += termbits.h | ||
27 | header-y += termios.h | ||
28 | header-y += types.h | ||
29 | header-y += ucontext.h | ||
30 | header-y += unistd.h | ||
9 | 31 | ||
10 | unifdef-y += int-l64.h | 32 | unifdef-y += int-l64.h |
11 | unifdef-y += int-ll64.h | 33 | unifdef-y += int-ll64.h |