Add Kbuild file for x86_64 'make headers_install'
authorDavid Woodhouse <dwmw2@infradead.org>
Sun, 18 Jun 2006 11:19:11 +0000 (12:19 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sun, 18 Jun 2006 11:19:11 +0000 (12:19 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
include/asm-x86_64/Kbuild [new file with mode: 0644]

diff --git a/include/asm-x86_64/Kbuild b/include/asm-x86_64/Kbuild
new file mode 100644 (file)
index 0000000..dc4d101
--- /dev/null
@@ -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