diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 13:19:46 +0200 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 13:19:46 +0200 |
commit | c509075e711305d591760e4f0e8f57ff178cd501 (patch) | |
tree | 2086c50437b3ae3cfc7ccb61b0027d9cc4932b1a /include/asm-i386 | |
parent | Add Kbuild file for x86_64 'make headers_install' (diff) | |
download | linux-c509075e711305d591760e4f0e8f57ff178cd501.tar.xz linux-c509075e711305d591760e4f0e8f57ff178cd501.zip |
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 @@ +include include/asm-generic/Kbuild.asm + +header-y += boot.h cpufeature.h debugreg.h ldt.h setup.h ucontext.h + +unifdef-y += mtrr.h vm86.h |