22 lines
467 B
Makefile
22 lines
467 B
Makefile
# UAPI Header export list
|
|
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
generic-y += kvm_para.h
|
|
|
|
header-y += auxvec.h
|
|
header-y += bitsperlong.h
|
|
header-y += byteorder.h
|
|
header-y += fcntl.h
|
|
header-y += hwcap.h
|
|
header-y += kvm_para.h
|
|
header-y += perf_regs.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 += ucontext.h
|
|
header-y += unistd.h
|