Add Kbuild file for x86_64 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
6a87a86d06
commit
54863bb0d8
1 changed files with 11 additions and 0 deletions
11
include/asm-x86_64/Kbuild
Normal file
11
include/asm-x86_64/Kbuild
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Reference in a new issue