KVM: Export include/linux/kvm.h only if $ARCH actually supports KVM
[deliverable/linux.git] / include / linux / Kbuild
index 27b9350052b46dd7ed8a848174f3d4a26e490eca..85b2482cc736c782307c99afd26a7b1f834f38d9 100644 (file)
@@ -100,7 +100,6 @@ header-y += iso_fs.h
 header-y += ixjuser.h
 header-y += jffs2.h
 header-y += keyctl.h
-header-y += kvm.h
 header-y += limits.h
 header-y += lock_dlm_plock.h
 header-y += magic.h
@@ -256,6 +255,7 @@ unifdef-y += kd.h
 unifdef-y += kernelcapi.h
 unifdef-y += kernel.h
 unifdef-y += keyboard.h
+unifdef-$(CONFIG_HAVE_KVM) += kvm.h
 unifdef-y += llc.h
 unifdef-y += loop.h
 unifdef-y += lp.h
This page took 0.03083 seconds and 5 git commands to generate.