Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'criu/Makefile.crtools')
-rw-r--r--criu/Makefile.crtools4
1 files changed, 0 insertions, 4 deletions
diff --git a/criu/Makefile.crtools b/criu/Makefile.crtools
index c9dbceb08..668cc2869 100644
--- a/criu/Makefile.crtools
+++ b/criu/Makefile.crtools
@@ -2,9 +2,6 @@ ccflags-y += -iquote criu/$(ARCH)
ccflags-y += -I compel/include/uapi
ccflags-y += -I compel/plugins/include/uapi
-obj-y += infect.o
-obj-y += infect-rpc.o
-obj-y += infect-util.o
obj-y += action-scripts.o
obj-y += external.o
obj-y += aio.o
@@ -58,7 +55,6 @@ obj-y += proc_parse.o
obj-y += protobuf-desc.o
obj-y += protobuf.o
obj-y += pstree.o
-obj-y += ptrace.o
obj-y += rbtree.o
obj-y += rst-malloc.o
obj-y += seccomp.o