diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 12:17:47 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 12:17:47 +0100 |
commit | 6a87a86d064cee49b3c298c558b990b65d736cf4 (patch) | |
tree | b0f9971307adf3f7c25b15a64e375097ffc34025 /include | |
parent | 8555255f0b426858d8648c6206b70eb906cf4ec7 (diff) | |
download | talos-op-linux-6a87a86d064cee49b3c298c558b990b65d736cf4.tar.gz talos-op-linux-6a87a86d064cee49b3c298c558b990b65d736cf4.zip |
Add Kbuild file for PowerPC 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include')
-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 |