aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Rules.mk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-22 14:18:12 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-22 14:18:12 +0000
commit09ae1e9ce6a849a196ed7a1a0525e4c34fb0b57a (patch)
treee61f25159d80577bc3e5cc78ef57123e8ee86977 /xen/Rules.mk
parentbe51472d620db0a00f53cca9810ad39d52277e08 (diff)
downloadxen-09ae1e9ce6a849a196ed7a1a0525e4c34fb0b57a.tar.gz
xen-09ae1e9ce6a849a196ed7a1a0525e4c34fb0b57a.tar.bz2
xen-09ae1e9ce6a849a196ed7a1a0525e4c34fb0b57a.zip
bitkeeper revision 1.1726.1.1 (42b973245ua3LQyqFtGRwXDwnRLDPw)
Compile-time ACM null-ops disables build of acm files. Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/Rules.mk')
-rw-r--r--xen/Rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/Rules.mk b/xen/Rules.mk
index c0b13ae368..76489cfa4b 100644
--- a/xen/Rules.mk
+++ b/xen/Rules.mk
@@ -35,7 +35,9 @@ OBJS += $(patsubst %.c,%.o,$(C_SRCS))
ALL_OBJS := $(BASEDIR)/common/common.o
ALL_OBJS += $(BASEDIR)/drivers/char/driver.o
ALL_OBJS += $(BASEDIR)/drivers/acpi/driver.o
+ifdef ACM_USE_SECURITY_POLICY
ALL_OBJS += $(BASEDIR)/acm/acm.o
+endif
ALL_OBJS += $(BASEDIR)/arch/$(TARGET_ARCH)/arch.o