mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 15:41:36 +00: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
|