diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 12:19:46 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 12:19:46 +0100 |
commit | c509075e711305d591760e4f0e8f57ff178cd501 (patch) | |
tree | 2086c50437b3ae3cfc7ccb61b0027d9cc4932b1a /include | |
parent | 54863bb0d8782bbc81fe0275f1d20042fa14e32f (diff) | |
download | op-kernel-dev-c509075e711305d591760e4f0e8f57ff178cd501.zip op-kernel-dev-c509075e711305d591760e4f0e8f57ff178cd501.tar.gz |
Add Kbuild file for i386 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include')
-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 0000000..c064a8e --- /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 |