diff options
| author | Alexander Graf <agraf@suse.de> | 2012-10-31 08:36:18 -0400 |
|---|---|---|
| committer | Alexander Graf <agraf@suse.de> | 2012-10-31 08:36:18 -0400 |
| commit | 0588000eac9ba4178cebade437da3b28e8fad48f (patch) | |
| tree | 697e514a0a0193f17a54f372dd18c5cd3927e154 /arch/powerpc/include/uapi/asm/Kbuild | |
| parent | 8b5869ad85f703ffeb25e656eab826f6b85b984c (diff) | |
| parent | 81c52c56e2b43589091ee29038bcf793d3f184ab (diff) | |
Merge commit 'origin/queue' into for-queue
Conflicts:
arch/powerpc/include/asm/Kbuild
arch/powerpc/include/uapi/asm/Kbuild
Diffstat (limited to 'arch/powerpc/include/uapi/asm/Kbuild')
| -rw-r--r-- | arch/powerpc/include/uapi/asm/Kbuild | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/Kbuild b/arch/powerpc/include/uapi/asm/Kbuild index e6b5be86e4fa..f7bca6370745 100644 --- a/arch/powerpc/include/uapi/asm/Kbuild +++ b/arch/powerpc/include/uapi/asm/Kbuild | |||
| @@ -1,4 +1,45 @@ | |||
| 1 | # UAPI Header export list | 1 | # UAPI Header export list |
| 2 | include include/uapi/asm-generic/Kbuild.asm | 2 | include include/uapi/asm-generic/Kbuild.asm |
| 3 | 3 | ||
| 4 | header-y += auxvec.h | ||
| 5 | header-y += bitsperlong.h | ||
| 6 | header-y += bootx.h | ||
| 7 | header-y += byteorder.h | ||
| 8 | header-y += cputable.h | ||
| 9 | header-y += elf.h | ||
| 4 | header-y += epapr_hcalls.h | 10 | header-y += epapr_hcalls.h |
| 11 | header-y += errno.h | ||
| 12 | header-y += fcntl.h | ||
| 13 | header-y += ioctl.h | ||
| 14 | header-y += ioctls.h | ||
| 15 | header-y += ipcbuf.h | ||
| 16 | header-y += kvm.h | ||
| 17 | header-y += kvm_para.h | ||
| 18 | header-y += linkage.h | ||
| 19 | header-y += mman.h | ||
| 20 | header-y += msgbuf.h | ||
| 21 | header-y += nvram.h | ||
| 22 | header-y += param.h | ||
| 23 | header-y += poll.h | ||
| 24 | header-y += posix_types.h | ||
| 25 | header-y += ps3fb.h | ||
| 26 | header-y += ptrace.h | ||
| 27 | header-y += resource.h | ||
| 28 | header-y += seccomp.h | ||
| 29 | header-y += sembuf.h | ||
| 30 | header-y += setup.h | ||
| 31 | header-y += shmbuf.h | ||
| 32 | header-y += sigcontext.h | ||
| 33 | header-y += siginfo.h | ||
| 34 | header-y += signal.h | ||
| 35 | header-y += socket.h | ||
| 36 | header-y += sockios.h | ||
| 37 | header-y += spu_info.h | ||
| 38 | header-y += stat.h | ||
| 39 | header-y += statfs.h | ||
| 40 | header-y += swab.h | ||
| 41 | header-y += termbits.h | ||
| 42 | header-y += termios.h | ||
| 43 | header-y += types.h | ||
| 44 | header-y += ucontext.h | ||
| 45 | header-y += unistd.h | ||
