aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/Kbuild
blob: ebd7117782a67f1dfe4995a3165a947ce80bc7b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include include/asm-generic/Kbuild.asm

ALTARCH := i386
ARCHDEF := defined __x86_64__
ALTARCHDEF := defined __i386__

header-y += boot.h
header-y += bootsetup.h
header-y += debugreg.h
header-y += ldt.h
header-y += msr.h
header-y += prctl.h
header-y += ptrace-abi.h
header-y += sigcontext32.h
header-y += ucontext.h
header-y += vsyscall32.h

unifdef-y += mce.h
unifdef-y += mtrr.h
unifdef-y += vsyscall.h