Skip to content

Commit 252f1bd

Browse files
Roman Rashchupkinpaboldin
authored andcommitted
Split kpatch_storage.c from kpatch_user.c
1 parent 634f0b5 commit 252f1bd

File tree

5 files changed

+557
-522
lines changed

5 files changed

+557
-522
lines changed

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ kpatch_make: kpatch_make.o
3535
LIBUNWIND_LIBS := $(shell pkg-config --libs libunwind libunwind-ptrace)
3636

3737

38-
libcare-ctl: kpatch_user.o kpatch_elf.o kpatch_ptrace.o kpatch_coro.o rbtree.o kpatch_log.o
39-
libcare-ctl: kpatch_process.o kpatch_common.o
38+
libcare-ctl: kpatch_user.o kpatch_storage.o kpatch_elf.o kpatch_ptrace.o kpatch_coro.o
39+
libcare-ctl: kpatch_process.o kpatch_common.o rbtree.o kpatch_log.o
4040
libcare-ctl: LDLIBS += -lelf -lrt $(LIBUNWIND_LIBS)
4141

4242
libcare-client: libcare-client.o

0 commit comments

Comments
 (0)