[CRIU] [PATCH 61/78] compel: Build syscalls before the compel

Cyrill Gorcunov gorcunov at openvz.org
Mon Nov 7 08:36:46 PST 2016


We will use syscall types in compel infect engine
itself so make sure they are built earlier.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 Makefile.compel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.compel b/Makefile.compel
index 366f604e9716..42d05bc412f0 100644
--- a/Makefile.compel
+++ b/Makefile.compel
@@ -37,7 +37,7 @@ compel-deps		+= include/common/asm
 
 #
 # Compel itself.
-compel/%: $(compel-deps) .FORCE
+compel/%: $(compel-deps) compel/plugins/std.built-in.o .FORCE
 	$(Q) $(MAKE) $(build)=compel $@
 
 #
-- 
2.7.4



More information about the CRIU mailing list