From 2093b2b5db510fbfac4417326f8cbf16a2896abe Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Tue, 13 Sep 2011 15:46:47 +0100 Subject: fix the build when CONFIG_QEMU is specified by the user Signed-off-by: Stefano Stabellini Committed-by: Stefano Stabellini --- scripts/git-checkout.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/git-checkout.sh b/scripts/git-checkout.sh index aec1aad963..dd6c74efdd 100755 --- a/scripts/git-checkout.sh +++ b/scripts/git-checkout.sh @@ -30,7 +30,7 @@ set -e cd $DIR # is this qemu-xen-traditional? if test -f $ROOT/xen-setup; then - $ROOT/xen-setup $IOEMU_CONFIGURE_CROSS + QEMU_ROOT=$ROOT $ROOT/xen-setup $IOEMU_CONFIGURE_CROSS # is this qemu-xen? elif test -f $ROOT/configure; then cd $ROOT -- cgit v1.2.3