mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 03:15:11 +07:00
8ccfe6675f
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
13 lines
281 B
Makefile
13 lines
281 B
Makefile
# UAPI Header export list
|
|
include include/uapi/asm-generic/Kbuild.asm
|
|
header-y += elf.h
|
|
header-y += page.h
|
|
header-y += setup.h
|
|
header-y += byteorder.h
|
|
header-y += cachectl.h
|
|
header-y += ptrace.h
|
|
header-y += sigcontext.h
|
|
header-y += signal.h
|
|
header-y += swab.h
|
|
header-y += unistd.h
|