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