aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xentrace/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-24 10:59:31 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-24 10:59:31 +0100
commit7e273af3ec8363a4d961119d0f055ca8d78ba31f (patch)
tree101b2dea4673408bb4a52085a93f8752521515b9 /tools/xentrace/Makefile
parent3095cdaf509be61190dfe2554ef6aee6bfbb4a4f (diff)
downloadxen-7e273af3ec8363a4d961119d0f055ca8d78ba31f.tar.gz
xen-7e273af3ec8363a4d961119d0f055ca8d78ba31f.tar.bz2
xen-7e273af3ec8363a4d961119d0f055ca8d78ba31f.zip
This patch is mainly a cleanup of vmx related xentrace code. One minor
xentrace bug is fixed. Signed-off-by: Xiaowei Yang <xiaowei.yang@intel.com> Signed-off-by: Yunfeng Zhao <yunfeng.zhao@intel.com>
Diffstat (limited to 'tools/xentrace/Makefile')
-rw-r--r--tools/xentrace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile
index 1d66129c8d..b02a39b18e 100644
--- a/tools/xentrace/Makefile
+++ b/tools/xentrace/Makefile
@@ -6,7 +6,7 @@ INSTALL_DATA = $(INSTALL) -m0644
XEN_ROOT=../..
include $(XEN_ROOT)/tools/Rules.mk
-CFLAGS += -Werror
+CFLAGS += -Werror -D_LARGEFILE64_SOURCE
CFLAGS += -I $(XEN_XC)
CFLAGS += -I $(XEN_LIBXC)