aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/Makefile
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-30 22:35:06 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-10-30 22:35:06 +0100
commit1cd7c2a733840500759e527f7440063ae3a88482 (patch)
tree243e912850681b5f90fe38733f2bd006343d9031 /xen/common/Makefile
parentf6556b0d174a6a9d3d855f4ec92c7bf246e1b34c (diff)
downloadxen-1cd7c2a733840500759e527f7440063ae3a88482.tar.gz
xen-1cd7c2a733840500759e527f7440063ae3a88482.tar.bz2
xen-1cd7c2a733840500759e527f7440063ae3a88482.zip
Remove trace compile option from Xen.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/common/Makefile')
-rw-r--r--xen/common/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/xen/common/Makefile b/xen/common/Makefile
index 08cc007498..1d70775456 100644
--- a/xen/common/Makefile
+++ b/xen/common/Makefile
@@ -9,10 +9,6 @@ ifneq ($(perfc),y)
OBJS := $(subst perfc.o,,$(OBJS))
endif
-ifneq ($(trace),y)
-OBJS := $(subst trace.o,,$(OBJS))
-endif
-
default: common.o
common.o: $(OBJS)
$(LD) $(LDFLAGS) -r -o common.o $(OBJS)