mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 06:46:59 +07:00
4262a72762
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>
18 lines
372 B
Makefile
18 lines
372 B
Makefile
# UAPI Header export list
|
|
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
header-y += auxvec.h
|
|
header-y += bitsperlong.h
|
|
header-y += byteorder.h
|
|
header-y += fcntl.h
|
|
header-y += hwcap.h
|
|
header-y += param.h
|
|
header-y += ptrace.h
|
|
header-y += setup.h
|
|
header-y += sigcontext.h
|
|
header-y += siginfo.h
|
|
header-y += signal.h
|
|
header-y += stat.h
|
|
header-y += statfs.h
|
|
header-y += unistd.h
|