mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
fbdd63d76c
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> Signed-off-by: Mark Salter <msalter@redhat.com>
11 lines
224 B
Makefile
11 lines
224 B
Makefile
# UAPI Header export list
|
|
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
header-y += byteorder.h
|
|
header-y += kvm_para.h
|
|
header-y += ptrace.h
|
|
header-y += setup.h
|
|
header-y += sigcontext.h
|
|
header-y += swab.h
|
|
header-y += unistd.h
|