blob: dc4d101e8a160e8bac275ddbb4d712935ac32ff3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include include/asm-generic/Kbuild.asm
ALTARCH := i386
ARCHDEF := defined __x86_64__
ALTARCHDEF := defined __i386__
header-y += boot.h bootsetup.h cpufeature.h debugreg.h ldt.h \
msr.h prctl.h setup.h sigcontext32.h ucontext.h \
vsyscall32.h
unifdef-y += mce.h mtrr.h vsyscall.h
|