2012-10-03 01:01:35 +08:00
|
|
|
# UAPI Header export list
|
|
|
|
include include/uapi/asm-generic/Kbuild.asm
|
|
|
|
|
2012-10-09 16:47:47 +08:00
|
|
|
header-y += auxvec.h
|
|
|
|
header-y += bitsperlong.h
|
|
|
|
header-y += byteorder.h
|
|
|
|
header-y += cachectl.h
|
|
|
|
header-y += hardwall.h
|
|
|
|
header-y += kvm_para.h
|
|
|
|
header-y += mman.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 += swab.h
|
2012-10-17 19:31:16 +08:00
|
|
|
header-y += ucontext.h
|
2012-10-09 16:47:47 +08:00
|
|
|
header-y += unistd.h
|
2012-10-17 19:31:16 +08:00
|
|
|
|
|
|
|
generic-y += ucontext.h
|