mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
fadcfa33b6
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
22 lines
424 B
Makefile
22 lines
424 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 += cpufeature.h
|
|
header-y += debugreg.h
|
|
header-y += ldt.h
|
|
header-y += msr.h
|
|
header-y += prctl.h
|
|
header-y += setup.h
|
|
header-y += sigcontext32.h
|
|
header-y += ucontext.h
|
|
header-y += vsyscall32.h
|
|
|
|
unifdef-y += mce.h
|
|
unifdef-y += mtrr.h
|
|
unifdef-y += vsyscall.h
|