diff options
Diffstat (limited to 'include/asm-generic/Kbuild')
-rw-r--r-- | include/asm-generic/Kbuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild index fd7a9c49df4e..11a78b8e2fc9 100644 --- a/include/asm-generic/Kbuild +++ b/include/asm-generic/Kbuild | |||
@@ -1,17 +1,32 @@ | |||
1 | header-y += auxvec.h | ||
1 | header-y += bitsperlong.h | 2 | header-y += bitsperlong.h |
2 | header-y += errno-base.h | 3 | header-y += errno-base.h |
3 | header-y += errno.h | 4 | header-y += errno.h |
4 | header-y += fcntl.h | 5 | header-y += fcntl.h |
5 | header-y += ioctl.h | 6 | header-y += ioctl.h |
7 | header-y += ioctls.h | ||
6 | header-y += ipcbuf.h | 8 | header-y += ipcbuf.h |
7 | header-y += mman-common.h | 9 | header-y += mman-common.h |
10 | header-y += mman.h | ||
8 | header-y += msgbuf.h | 11 | header-y += msgbuf.h |
12 | header-y += param.h | ||
9 | header-y += poll.h | 13 | header-y += poll.h |
14 | header-y += posix_types.h | ||
10 | header-y += sembuf.h | 15 | header-y += sembuf.h |
16 | header-y += setup.h | ||
11 | header-y += shmbuf.h | 17 | header-y += shmbuf.h |
12 | header-y += shmparam.h | 18 | header-y += shmparam.h |
13 | header-y += signal-defs.h | 19 | header-y += signal-defs.h |
20 | header-y += signal.h | ||
21 | header-y += socket.h | ||
22 | header-y += sockios.h | ||
23 | header-y += stat.h | ||
14 | 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 | ||
15 | 30 | ||
16 | unifdef-y += int-l64.h | 31 | unifdef-y += int-l64.h |
17 | unifdef-y += int-ll64.h | 32 | unifdef-y += int-ll64.h |