diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 07:19:46 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 07:19:46 -0400 |
commit | c509075e711305d591760e4f0e8f57ff178cd501 (patch) | |
tree | 2086c50437b3ae3cfc7ccb61b0027d9cc4932b1a /include/asm-i386 | |
parent | 54863bb0d8782bbc81fe0275f1d20042fa14e32f (diff) |
Add Kbuild file for i386 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/Kbuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-i386/Kbuild b/include/asm-i386/Kbuild new file mode 100644 index 000000000000..c064a8e9170f --- /dev/null +++ b/include/asm-i386/Kbuild | |||
@@ -0,0 +1,5 @@ | |||
1 | include include/asm-generic/Kbuild.asm | ||
2 | |||
3 | header-y += boot.h cpufeature.h debugreg.h ldt.h setup.h ucontext.h | ||
4 | |||
5 | unifdef-y += mtrr.h vm86.h | ||