aboutsummaryrefslogtreecommitdiffstats
path: root/xen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xen/Makefile')
-rw-r--r--xen/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/Makefile b/xen/Makefile
index 15b55fb24d..16ba9c2046 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -59,7 +59,9 @@ $(TARGET): delete-unfresh-files
$(MAKE) include/asm-$(TARGET_ARCH)/asm-offsets.h
$(MAKE) -C common
$(MAKE) -C drivers
+ifdef ACM_USE_SECURITY_POLICY
$(MAKE) -C acm
+endif
$(MAKE) -C arch/$(TARGET_ARCH)
# drivers/char/console.o may contain static banner/compile info. Blow it away.