mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Add Kbuild file for PowerPC 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
8555255f0b
commit
6a87a86d06
1 changed files with 10 additions and 0 deletions
10
include/asm-powerpc/Kbuild
Normal file
10
include/asm-powerpc/Kbuild
Normal file
|
@ -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
|
Loading…
Reference in a new issue