mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
cb8db5d457
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
20 lines
411 B
Makefile
20 lines
411 B
Makefile
# UAPI Header export list
|
|
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
header-y += a.out.h
|
|
header-y += byteorder.h
|
|
header-y += fcntl.h
|
|
header-y += hwcap.h
|
|
header-y += ioctls.h
|
|
header-y += kvm_para.h
|
|
header-y += mman.h
|
|
header-y += posix_types.h
|
|
header-y += ptrace.h
|
|
header-y += setup.h
|
|
header-y += sigcontext.h
|
|
header-y += signal.h
|
|
header-y += stat.h
|
|
header-y += statfs.h
|
|
header-y += swab.h
|
|
header-y += unistd.h
|