From: Avi Kivity <[EMAIL PROTECTED]>

Signed-off-by: Avi Kivity <[EMAIL PROTECTED]>

diff --git a/Makefile b/Makefile
index bf56ea1..b266e6a 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,10 @@ extboot:
 libfdt:
        $(MAKE) -C $@
 
+LINUX=linux-2.6
+
+sync:
+       make -C kernel sync LINUX=$(shell readlink -f "$(LINUX)")
 
 bindir = /usr/bin
 bin = $(bindir)/kvm
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to