aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:28 +0000
committerEmmanuel Ackaouy <ack@xensource.com>2007-01-05 17:34:28 +0000
commit8589463a257a56c0316b002b7d8affc5709e4672 (patch)
treee4d8b0b664e55eab662d7d88bffcd71a080e22c7 /Config.mk
parent6224725e9357f6056cff046ba5da4c52f0bace8c (diff)
downloadxen-8589463a257a56c0316b002b7d8affc5709e4672.tar.gz
xen-8589463a257a56c0316b002b7d8affc5709e4672.tar.bz2
xen-8589463a257a56c0316b002b7d8affc5709e4672.zip
Handle the creation of startup info for compatibility mode guests. This
includes a script to auto-generate checking or translation code between native and compatibility mode hypercall argument structures. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.mk b/Config.mk
index 08873d69d4..6a7ed679ac 100644
--- a/Config.mk
+++ b/Config.mk
@@ -11,6 +11,8 @@ XEN_OS ?= $(shell uname -s)
CONFIG_$(XEN_OS) := y
+SHELL ?= /bin/sh
+
# Tools to run on system hosting the build
HOSTCC = gcc
HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer