aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vtpm/Rules.mk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-09 21:17:45 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-03-09 21:17:45 +0100
commit326450f67e011c6cb6ced17c8dcb5e7a8442057d (patch)
treecee4a75a40c795a063b54ee703fcf9cf0ade0785 /tools/vtpm/Rules.mk
parente2b8c751654956aef727ec7ee17091cd8e0938ac (diff)
downloadxen-326450f67e011c6cb6ced17c8dcb5e7a8442057d.tar.gz
xen-326450f67e011c6cb6ced17c8dcb5e7a8442057d.tar.bz2
xen-326450f67e011c6cb6ced17c8dcb5e7a8442057d.zip
Clean up the usage of CFLAGS. This is nice for packagers, who would
like to control the base compilation flags from a central place. Signed-off-by: Charles Coffing <ccoffing@novell.com>
Diffstat (limited to 'tools/vtpm/Rules.mk')
-rw-r--r--tools/vtpm/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vtpm/Rules.mk b/tools/vtpm/Rules.mk
index 93b84cdaa5..bc0d864c62 100644
--- a/tools/vtpm/Rules.mk
+++ b/tools/vtpm/Rules.mk
@@ -14,7 +14,7 @@ INSTALL_DIR = $(INSTALL) -d -m0755
TOOLS_INSTALL_DIR = $(DESTDIR)/usr/bin
# General compiler flags
-CFLAGS = -Wall -Werror -g3 -I.
+CFLAGS = -Werror -g3 -I.
# For generating dependencies
CFLAGS += -Wp,-MD,.$(@F).d