aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/Kbuild
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-07-04 12:55:45 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-07-04 12:55:45 -0700
commit6fa0cb1141da80eed4f86155fb51931bc1c31888 (patch)
treedf9b3c378ae4f44260eaae1a4b9d5c4ccf7bb641 /include/asm-x86_64/Kbuild
parent[PATCH] fix AB-BA deadlock inversion at cs46xx_dsp_remove_scb (diff)
parentRemove export of include/linux/isdn/tpam.h (diff)
downloadlinux-dev-6fa0cb1141da80eed4f86155fb51931bc1c31888.tar.xz
linux-dev-6fa0cb1141da80eed4f86155fb51931bc1c31888.zip
Merge git://git.infradead.org/hdrinstall-2.6
* git://git.infradead.org/hdrinstall-2.6: Remove export of include/linux/isdn/tpam.h Remove <linux/i2c-id.h> and <linux/i2c-algo-ite.h> from userspace export Restrict headers exported to userspace for SPARC and SPARC64 Add empty Kbuild files for 'make headers_install' in remaining arches. Add Kbuild file for Alpha 'make headers_install' Add Kbuild file for SPARC 'make headers_install' Add Kbuild file for IA64 'make headers_install' Add Kbuild file for S390 'make headers_install' Add Kbuild file for i386 'make headers_install' Add Kbuild file for x86_64 'make headers_install' Add Kbuild file for PowerPC 'make headers_install' Add generic Kbuild files for 'make headers_install' Basic implementation of 'make headers_check' Basic implementation of 'make headers_install'
Diffstat (limited to 'include/asm-x86_64/Kbuild')
-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