aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/Kbuild
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2007-03-07 02:29:48 -0500
committerAvi Kivity <avi@qumranet.com>2007-05-03 03:52:22 -0400
commitff42697436ddf5bd026e2cb4f117656b967f0709 (patch)
tree8f2bb95a3e55f8900b680f196a8f73dc211cf716 /include/linux/Kbuild
parentbbe4432e669ab94fc8059e7ab878cafad7b8d123 (diff)
KVM: Export <linux/kvm.h>
This allows users to actually build prgrams that use kvm without the entire source tree. Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r--include/linux/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 4ff0f57d0add..9f05279e7dd3 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -96,6 +96,7 @@ header-y += iso_fs.h
96header-y += ixjuser.h 96header-y += ixjuser.h
97header-y += jffs2.h 97header-y += jffs2.h
98header-y += keyctl.h 98header-y += keyctl.h
99header-y += kvm.h
99header-y += limits.h 100header-y += limits.h
100header-y += lock_dlm_plock.h 101header-y += lock_dlm_plock.h
101header-y += magic.h 102header-y += magic.h