4bc5aa91fb
This patch is based on Rusty's recent cleanup of the EFLAGS-related macros; it extends the same kind of cleanup to control registers and MSRs. It also unifies these between i386 and x86-64; at least with regards to MSRs, the two had definitely gotten out of sync. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Andi Kleen <ak@suse.de>
22 lines
450 B
Makefile
22 lines
450 B
Makefile
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-index.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 += msr.h
|
|
unifdef-y += mtrr.h
|
|
unifdef-y += vsyscall.h
|
|
unifdef-y += const.h
|