From 8589463a257a56c0316b002b7d8affc5709e4672 Mon Sep 17 00:00:00 2001 From: Emmanuel Ackaouy Date: Fri, 5 Jan 2007 17:34:28 +0000 Subject: 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 --- Config.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Config.mk') 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 -- cgit v1.2.3