aboutsummaryrefslogtreecommitdiffstats
path: root/tools/console/Makefile
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-09-06 18:29:27 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-09-06 18:29:27 +0000
commitdef1544a03c3ea73897913f44d78fd8f426fe539 (patch)
tree12ff6c8daab25c4dd8f4b50376203857cd0643cf /tools/console/Makefile
parentcbc1cab8bfd804e9814b9fad2d541fd99f48483c (diff)
downloadxen-def1544a03c3ea73897913f44d78fd8f426fe539.tar.gz
xen-def1544a03c3ea73897913f44d78fd8f426fe539.tar.bz2
xen-def1544a03c3ea73897913f44d78fd8f426fe539.zip
Use @releaseDomain watch-events.
This replaces listening to the domain exception virq through xcs. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'tools/console/Makefile')
-rw-r--r--tools/console/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/console/Makefile b/tools/console/Makefile
index cd88497f5f..3e1471d99c 100644
--- a/tools/console/Makefile
+++ b/tools/console/Makefile
@@ -11,7 +11,6 @@ INSTALL_DIR = $(INSTALL) -d -m0755
CFLAGS += -Wall -Werror -g3
-CFLAGS += -I $(XEN_XCS)
CFLAGS += -I $(XEN_LIBXC)
CFLAGS += -I $(XEN_XENSTORE)