aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/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 /xen/arch/x86/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 'xen/arch/x86/Rules.mk')
-rw-r--r--xen/arch/x86/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/Rules.mk b/xen/arch/x86/Rules.mk
index f3597ee722..0cf48cd5da 100644
--- a/xen/arch/x86/Rules.mk
+++ b/xen/arch/x86/Rules.mk
@@ -9,7 +9,7 @@ pae ?= n
supervisor_mode_kernel ?= n
CFLAGS += -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
-CFLAGS += -iwithprefix include -Wall -Werror -Wno-pointer-arith -pipe
+CFLAGS += -iwithprefix include -Werror -Wno-pointer-arith -pipe
CFLAGS += -I$(BASEDIR)/include
CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-generic
CFLAGS += -I$(BASEDIR)/include/asm-x86/mach-default