diff options
| author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 07:19:11 -0400 |
|---|---|---|
| committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 07:19:11 -0400 |
| commit | 54863bb0d8782bbc81fe0275f1d20042fa14e32f (patch) | |
| tree | 2c13d5fdedd99b4b19522b5631742e1325fbea87 /include | |
| parent | 6a87a86d064cee49b3c298c558b990b65d736cf4 (diff) | |
Add Kbuild file for x86_64 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include')
| -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 @@ | |||
| 1 | include include/asm-generic/Kbuild.asm | ||
| 2 | |||
| 3 | ALTARCH := i386 | ||
| 4 | ARCHDEF := defined __x86_64__ | ||
| 5 | ALTARCHDEF := defined __i386__ | ||
| 6 | |||
| 7 | header-y += boot.h bootsetup.h cpufeature.h debugreg.h ldt.h \ | ||
| 8 | msr.h prctl.h setup.h sigcontext32.h ucontext.h \ | ||
| 9 | vsyscall32.h | ||
| 10 | |||
| 11 | unifdef-y += mce.h mtrr.h vsyscall.h | ||
