aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/Rules.mk
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-01-12 16:39:07 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-01-12 16:39:07 +0000
commitbd3358a451b0580c96915683befdf023deb1ba82 (patch)
tree9feee6c66367fb24a12ee03d10da5124a1761bbc /tools/firmware/Rules.mk
parent4ef2a41a2d061e76d799e31fba009e992cf8a257 (diff)
downloadxen-bd3358a451b0580c96915683befdf023deb1ba82.tar.gz
xen-bd3358a451b0580c96915683befdf023deb1ba82.tar.bz2
xen-bd3358a451b0580c96915683befdf023deb1ba82.zip
tools: Don't turn CFLAGS into a := (immediate evaluation) variable as
this breaks 'CFLAGS += -MMD -MF .$(@F).d' Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/firmware/Rules.mk')
-rw-r--r--tools/firmware/Rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware/Rules.mk b/tools/firmware/Rules.mk
index 6cf0dfa2ac..e3dbc0d206 100644
--- a/tools/firmware/Rules.mk
+++ b/tools/firmware/Rules.mk
@@ -2,7 +2,7 @@
override XEN_TARGET_ARCH = x86_32
# User-supplied CFLAGS are not useful here.
-CFLAGS :=
+CFLAGS =
include $(XEN_ROOT)/tools/Rules.mk