diff options
author | David Woodhouse | 2006-06-18 13:17:47 +0200 |
---|---|---|
committer | David Woodhouse | 2006-06-18 13:17:47 +0200 |
commit | 6a87a86d064cee49b3c298c558b990b65d736cf4 (patch) | |
tree | b0f9971307adf3f7c25b15a64e375097ffc34025 /include/asm-powerpc/Kbuild | |
parent | Add generic Kbuild files for 'make headers_install' (diff) | |
download | kernel-qcow2-linux-6a87a86d064cee49b3c298c558b990b65d736cf4.tar.gz kernel-qcow2-linux-6a87a86d064cee49b3c298c558b990b65d736cf4.tar.xz kernel-qcow2-linux-6a87a86d064cee49b3c298c558b990b65d736cf4.zip |
Add Kbuild file for PowerPC 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-powerpc/Kbuild')
-rw-r--r-- | include/asm-powerpc/Kbuild | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-powerpc/Kbuild b/include/asm-powerpc/Kbuild new file mode 100644 index 000000000000..ac61d7eb6021 --- /dev/null +++ b/include/asm-powerpc/Kbuild @@ -0,0 +1,10 @@ +include include/asm-generic/Kbuild.asm + +unifdef-y += a.out.h asm-compat.h bootx.h byteorder.h cputable.h elf.h \ + nvram.h param.h posix_types.h ptrace.h seccomp.h signal.h \ + termios.h types.h unistd.h + +header-y += auxvec.h ioctls.h mman.h sembuf.h siginfo.h stat.h errno.h \ + ipcbuf.h msgbuf.h shmbuf.h socket.h termbits.h fcntl.h ipc.h \ + poll.h shmparam.h sockios.h ucontext.h ioctl.h linkage.h \ + resource.h sigcontext.h statfs.h |