2007-10-11 11:20:03 +02:00
|
|
|
include include/asm-generic/Kbuild.asm
|
|
|
|
|
|
|
|
header-y += boot.h
|
2007-10-22 10:56:19 +10:00
|
|
|
header-y += bootparam.h
|
2007-10-11 11:20:03 +02:00
|
|
|
header-y += debugreg.h
|
2010-08-14 10:20:19 +02:00
|
|
|
header-y += e820.h
|
|
|
|
header-y += hw_breakpoint.h
|
|
|
|
header-y += hyperv.h
|
|
|
|
header-y += ist.h
|
2007-10-11 11:20:03 +02:00
|
|
|
header-y += ldt.h
|
2010-08-14 10:20:19 +02:00
|
|
|
header-y += mce.h
|
2007-10-11 11:20:03 +02:00
|
|
|
header-y += msr-index.h
|
2010-08-14 10:20:19 +02:00
|
|
|
header-y += msr.h
|
|
|
|
header-y += mtrr.h
|
|
|
|
header-y += posix_types_32.h
|
|
|
|
header-y += posix_types_64.h
|
2012-02-14 13:13:21 -08:00
|
|
|
header-y += posix_types_x32.h
|
2007-10-11 11:20:03 +02:00
|
|
|
header-y += prctl.h
|
2010-08-14 10:20:19 +02:00
|
|
|
header-y += processor-flags.h
|
2007-10-11 11:20:03 +02:00
|
|
|
header-y += ptrace-abi.h
|
|
|
|
header-y += sigcontext32.h
|
|
|
|
header-y += ucontext.h
|
2010-08-14 10:20:19 +02:00
|
|
|
header-y += vm86.h
|
|
|
|
header-y += vsyscall.h
|
2011-11-11 16:07:41 -08:00
|
|
|
|
|
|
|
genhdr-y += unistd_32.h
|
|
|
|
genhdr-y += unistd_64.h
|
2012-02-14 14:38:31 -08:00
|
|
|
genhdr-y += unistd_x32.h
|