KVM kernel modules are now located in arch/x86/kvm so make sure to rename those
too.

Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]>

diff --git a/kernel/Makefile b/kernel/Makefile
index fb053eb..c30c8b2 100644
--- a/kernel/Makefile
+++ b/kernel/Makefile
@@ -61,7 +61,8 @@ sync:
 install:
        mkdir -p $(DESTDIR)/$(INSTALLDIR)
        cp *.ko $(DESTDIR)/$(INSTALLDIR)
-       for i in $(ORIGMODDIR)/drivers/kvm/*.ko; do \
+       for i in $(ORIGMODDIR)/drivers/kvm/*.ko \
+                $(ORIGMODDIR)/arch/x86/kvm/*.ko; do \
                if [ -f "$$i" ]; then mv "$$i" "$$i.orig"; fi; \
        done
        /sbin/depmod -a

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to