[PATCH] Split i386 and x86_64 ptrace.h
[deliverable/linux.git] / include / asm-x86_64 / Kbuild
CommitLineData
54863bb0
DW
1include include/asm-generic/Kbuild.asm
2
3ALTARCH := i386
4ARCHDEF := defined __x86_64__
5ALTARCHDEF := defined __i386__
6
fadcfa33
DW
7header-y += boot.h
8header-y += bootsetup.h
9header-y += cpufeature.h
10header-y += debugreg.h
11header-y += ldt.h
12header-y += msr.h
13header-y += prctl.h
70e0eb8e 14header-y += ptrace-abi.h
fadcfa33
DW
15header-y += setup.h
16header-y += sigcontext32.h
17header-y += ucontext.h
18header-y += vsyscall32.h
54863bb0 19
fadcfa33
DW
20unifdef-y += mce.h
21unifdef-y += mtrr.h
22unifdef-y += vsyscall.h
This page took 0.042206 seconds and 5 git commands to generate.