mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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
|