File kvm-local-include2.patch of Package kvm-kmp
This is part of the work around for a bad asm symlink in the kernel-obj's include2 directory.
Index: kvm-86/kvm/kernel/Makefile
===================================================================
--- kvm-86.orig/Makefile
+++ kvm-86/Makefile
@@ -27,7 +27,7 @@ all:: prerequisite
# include header priority 1) $LINUX 2) $KERNELDIR 3) include-compat
$(MAKE) -C $(KERNELDIR) M=`pwd` \
LINUXINCLUDE="-I`pwd`/include -Iinclude \
- $(if $(KERNELSOURCEDIR),-Iinclude2 -I$(KERNELSOURCEDIR)/include) \
+ $(if $(KERNELSOURCEDIR),-I`pwd`/include2 -I$(KERNELSOURCEDIR)/include) \
-Iarch/${ARCH_DIR}/include -I`pwd`/include-compat \
-include include/linux/autoconf.h \
-include `pwd`/$(ARCH_DIR)/external-module-compat.h $(module_defines)"