KVM: export kvm_para.h
[deliverable/linux.git] / include / linux / Kbuild
index 334a3593cdfd4076e7522a2a40439ba5625559a8..cff4a101f2669a0450d4ab5679402351141b63b0 100644 (file)
@@ -268,6 +268,10 @@ ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm.h \
                  $(srctree)/include/asm-$(SRCARCH)/kvm.h),)
 unifdef-y += kvm.h
 endif
+ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/kvm_para.h \
+                 $(srctree)/include/asm-$(SRCARCH)/kvm_para.h),)
+unifdef-y += kvm_para.h
+endif
 unifdef-y += llc.h
 unifdef-y += loop.h
 unifdef-y += lp.h
This page took 0.030095 seconds and 5 git commands to generate.