aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/Kbuild
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2006-06-18 12:19:11 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2006-06-18 12:19:11 +0100
commit54863bb0d8782bbc81fe0275f1d20042fa14e32f (patch)
tree2c13d5fdedd99b4b19522b5631742e1325fbea87 /include/asm-x86_64/Kbuild
parentAdd Kbuild file for PowerPC 'make headers_install' (diff)
downloadlinux-dev-54863bb0d8782bbc81fe0275f1d20042fa14e32f.tar.xz
linux-dev-54863bb0d8782bbc81fe0275f1d20042fa14e32f.zip
Add Kbuild file for x86_64 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to '')
-rw-r--r--include/asm-x86_64/Kbuild11
1 files changed, 11 insertions, 0 deletions
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