forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kern…
…el/git/masahiroy/linux-kbuild Pull more Kbuild updates from Masahiro Yamada: - Move generic-y of exported headers to uapi/asm/Kbuild for complete de-coupling of UAPI - Clean up scripts/Makefile.headersinst - Fix host programs for 32 bit machine with XFS file system * tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (29 commits) kbuild: Enable Large File Support for hostprogs kbuild: remove wrapper files handling from Makefile.headersinst kbuild: split exported generic header creation into uapi-asm-generic kbuild: do not include old-kbuild-file from Makefile.headersinst xtensa: move generic-y of exported headers to uapi/asm/Kbuild unicore32: move generic-y of exported headers to uapi/asm/Kbuild tile: move generic-y of exported headers to uapi/asm/Kbuild sparc: move generic-y of exported headers to uapi/asm/Kbuild sh: move generic-y of exported headers to uapi/asm/Kbuild parisc: move generic-y of exported headers to uapi/asm/Kbuild openrisc: move generic-y of exported headers to uapi/asm/Kbuild nios2: move generic-y of exported headers to uapi/asm/Kbuild nios2: remove unneeded arch/nios2/include/(generated/)asm/signal.h microblaze: move generic-y of exported headers to uapi/asm/Kbuild metag: move generic-y of exported headers to uapi/asm/Kbuild m68k: move generic-y of exported headers to uapi/asm/Kbuild m32r: move generic-y of exported headers to uapi/asm/Kbuild ia64: remove redundant generic-y += kvm_para.h from asm/Kbuild hexagon: move generic-y of exported headers to uapi/asm/Kbuild h8300: move generic-y of exported headers to uapi/asm/Kbuild ...
- Loading branch information
Showing
44 changed files
with
391 additions
and
438 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,28 @@ | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += auxvec.h | ||
generic-y += bitsperlong.h | ||
generic-y += errno.h | ||
generic-y += fcntl.h | ||
generic-y += ioctl.h | ||
generic-y += ioctls.h | ||
generic-y += ipcbuf.h | ||
generic-y += kvm_para.h | ||
generic-y += mman.h | ||
generic-y += msgbuf.h | ||
generic-y += param.h | ||
generic-y += poll.h | ||
generic-y += posix_types.h | ||
generic-y += resource.h | ||
generic-y += sembuf.h | ||
generic-y += shmbuf.h | ||
generic-y += siginfo.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += stat.h | ||
generic-y += statfs.h | ||
generic-y += termbits.h | ||
generic-y += termios.h | ||
generic-y += types.h | ||
generic-y += ucontext.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,20 @@ | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += errno.h | ||
generic-y += ioctl.h | ||
generic-y += ioctls.h | ||
generic-y += ipcbuf.h | ||
generic-y += kvm_para.h | ||
generic-y += mman.h | ||
generic-y += msgbuf.h | ||
generic-y += poll.h | ||
generic-y += resource.h | ||
generic-y += sembuf.h | ||
generic-y += shmbuf.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += swab.h | ||
generic-y += termbits.h | ||
generic-y += termios.h | ||
generic-y += types.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,28 @@ | ||
|
||
generic-y += auxvec.h | ||
generic-y += bitsperlong.h | ||
generic-y += bugs.h | ||
generic-y += current.h | ||
generic-y += device.h | ||
generic-y += div64.h | ||
generic-y += emergency-restart.h | ||
generic-y += errno.h | ||
generic-y += extable.h | ||
generic-y += fb.h | ||
generic-y += futex.h | ||
generic-y += hw_irq.h | ||
generic-y += ioctl.h | ||
generic-y += ipcbuf.h | ||
generic-y += irq_regs.h | ||
generic-y += irq_work.h | ||
generic-y += kdebug.h | ||
generic-y += kmap_types.h | ||
generic-y += kvm_para.h | ||
generic-y += kprobes.h | ||
generic-y += local.h | ||
generic-y += local64.h | ||
generic-y += mcs_spinlock.h | ||
generic-y += mm-arch-hooks.h | ||
generic-y += mman.h | ||
generic-y += msgbuf.h | ||
generic-y += param.h | ||
generic-y += percpu.h | ||
generic-y += pgalloc.h | ||
generic-y += preempt.h | ||
generic-y += resource.h | ||
generic-y += sembuf.h | ||
generic-y += serial.h | ||
generic-y += setup.h | ||
generic-y += shmbuf.h | ||
generic-y += shmparam.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += statfs.h | ||
generic-y += termbits.h | ||
generic-y += termios.h | ||
generic-y += topology.h | ||
generic-y += trace_clock.h | ||
generic-y += types.h | ||
generic-y += ucontext.h | ||
generic-y += unaligned.h | ||
generic-y += user.h | ||
generic-y += word-at-a-time.h | ||
generic-y += xor.h | ||
generic-y += kprobes.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
generic-y += auxvec.h | ||
generic-y += bitsperlong.h | ||
generic-y += errno.h | ||
generic-y += ioctl.h | ||
generic-y += ipcbuf.h | ||
generic-y += kvm_para.h | ||
generic-y += mman.h | ||
generic-y += msgbuf.h | ||
generic-y += param.h | ||
generic-y += resource.h | ||
generic-y += sembuf.h | ||
generic-y += setup.h | ||
generic-y += shmbuf.h | ||
generic-y += shmparam.h | ||
generic-y += socket.h | ||
generic-y += sockios.h | ||
generic-y += statfs.h | ||
generic-y += termbits.h | ||
generic-y += termios.h | ||
generic-y += types.h | ||
generic-y += ucontext.h |
Oops, something went wrong.