11b7c7dc94
# HG changeset patch # User Jeremy Fitzhardinge <jeremy@xensource.com> # Date 1199321648 28800 # Node ID 22f6a5902285b58bfc1fbbd9e183498c9017bd78 # Parent bba9287641ff90e836d090d80b5c0a846aab7162 x86: page.h: move things back to their own files Oops, asm/page.h has turned into an #ifdef hellhole. Move 32/64-specific things back to their own headers to make it somewhat comprehensible... Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
27 lines
583 B
Makefile
27 lines
583 B
Makefile
include include/asm-generic/Kbuild.asm
|
|
|
|
header-y += boot.h
|
|
header-y += bootparam.h
|
|
header-y += debugreg.h
|
|
header-y += ldt.h
|
|
header-y += msr-index.h
|
|
header-y += prctl.h
|
|
header-y += ptrace-abi.h
|
|
header-y += sigcontext32.h
|
|
header-y += ucontext.h
|
|
|
|
unifdef-y += e820.h
|
|
unifdef-y += ist.h
|
|
unifdef-y += mce.h
|
|
unifdef-y += msr.h
|
|
unifdef-y += mtrr.h
|
|
unifdef-y += page.h
|
|
unifdef-y += posix_types_32.h
|
|
unifdef-y += posix_types_64.h
|
|
unifdef-y += ptrace.h
|
|
unifdef-y += unistd_32.h
|
|
unifdef-y += unistd_64.h
|
|
unifdef-y += user_32.h
|
|
unifdef-y += user_64.h
|
|
unifdef-y += vm86.h
|
|
unifdef-y += vsyscall.h
|