Add Kbuild file for x86_64 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
Родитель
6a87a86d06
Коммит
54863bb0d8
|
@ -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
|
Загрузка…
Ссылка в новой задаче