aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-12 15:27:09 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-12 15:27:09 +0000
commitb58029254d67c13238d2bbdf94262d020cf32d4d (patch)
tree5e4f3d5740b5ddd7c308f4200ed3dc5d09b98001 /extras/mini-os/Makefile
parent8c338f84ea1597806ead6fa70dbacca9c726cb3f (diff)
downloadxen-b58029254d67c13238d2bbdf94262d020cf32d4d.tar.gz
xen-b58029254d67c13238d2bbdf94262d020cf32d4d.tar.bz2
xen-b58029254d67c13238d2bbdf94262d020cf32d4d.zip
[MINIOS] Update __XEN_INTERFACE_VERSION__
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'extras/mini-os/Makefile')
-rw-r--r--extras/mini-os/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile
index 01176a625f..f042d1a18f 100644
--- a/extras/mini-os/Makefile
+++ b/extras/mini-os/Makefile
@@ -7,7 +7,7 @@ include $(XEN_ROOT)/Config.mk
# Set TARGET_ARCH
override TARGET_ARCH := $(XEN_TARGET_ARCH)
-XEN_INTERFACE_VERSION := 0x00030203
+XEN_INTERFACE_VERSION := 0x00030204
# NB. '-Wcast-qual' is nasty, so I omitted it.
CFLAGS := -fno-builtin -Wall -Werror -Wredundant-decls -Wno-format