54863bb0d8
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
11 lines
286 B
Makefile
11 lines
286 B
Makefile
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
|