diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 12:19:11 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 12:19:11 +0100 |
commit | 54863bb0d8782bbc81fe0275f1d20042fa14e32f (patch) | |
tree | 2c13d5fdedd99b4b19522b5631742e1325fbea87 /include/asm-x86_64/Kbuild | |
parent | 6a87a86d064cee49b3c298c558b990b65d736cf4 (diff) |
Add Kbuild file for x86_64 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-x86_64/Kbuild')
-rw-r--r-- | include/asm-x86_64/Kbuild | 11 |
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 |