diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /include/asm-generic/Kbuild | |
parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) |
Diffstat (limited to 'include/asm-generic/Kbuild')
-rw-r--r-- | include/asm-generic/Kbuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/include/asm-generic/Kbuild b/include/asm-generic/Kbuild new file mode 100644 index 00000000000..53f91b1ae53 --- /dev/null +++ b/include/asm-generic/Kbuild | |||
@@ -0,0 +1,34 @@ | |||
1 | header-y += auxvec.h | ||
2 | header-y += bitsperlong.h | ||
3 | header-y += errno-base.h | ||
4 | header-y += errno.h | ||
5 | header-y += fcntl.h | ||
6 | header-y += int-l64.h | ||
7 | header-y += int-ll64.h | ||
8 | header-y += ioctl.h | ||
9 | header-y += ioctls.h | ||
10 | header-y += ipcbuf.h | ||
11 | header-y += mman-common.h | ||
12 | header-y += mman.h | ||
13 | header-y += msgbuf.h | ||
14 | header-y += param.h | ||
15 | header-y += poll.h | ||
16 | header-y += posix_types.h | ||
17 | header-y += resource.h | ||
18 | header-y += sembuf.h | ||
19 | header-y += setup.h | ||
20 | header-y += shmbuf.h | ||
21 | header-y += shmparam.h | ||
22 | header-y += siginfo.h | ||
23 | header-y += signal-defs.h | ||
24 | header-y += signal.h | ||
25 | header-y += socket.h | ||
26 | header-y += sockios.h | ||
27 | header-y += stat.h | ||
28 | header-y += statfs.h | ||
29 | header-y += swab.h | ||
30 | header-y += termbits.h | ||
31 | header-y += termios.h | ||
32 | header-y += types.h | ||
33 | header-y += ucontext.h | ||
34 | header-y += unistd.h | ||