From: David Woodhouse Date: Sun, 18 Jun 2006 11:19:11 +0000 (+0100) Subject: Add Kbuild file for x86_64 'make headers_install' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=54863bb0d8782bbc81fe0275f1d20042fa14e32f;p=linux-beck.git Add Kbuild file for x86_64 'make headers_install' Signed-off-by: David Woodhouse --- diff --git a/include/asm-x86_64/Kbuild b/include/asm-x86_64/Kbuild new file mode 100644 index 000000000000..dc4d101e8a16 --- /dev/null +++ b/include/asm-x86_64/Kbuild @@ -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