mirror of https://github.com/dynup/kpatch
kpatch-build/Makefile: remove duplicate entry for create-kpatch-module.c
create-kpatch-module.c is duplicated in kpatch-build/Makefile. Signed-off-by: George Guo <guodongtai@kylinos.cn>
This commit is contained in:
parent
2f6a812a5f
commit
b5d955cf4c
|
@ -7,7 +7,6 @@ LDLIBS = -lelf
|
||||||
TARGETS = create-diff-object create-klp-module create-kpatch-module
|
TARGETS = create-diff-object create-klp-module create-kpatch-module
|
||||||
SOURCES = create-diff-object.c kpatch-elf.c \
|
SOURCES = create-diff-object.c kpatch-elf.c \
|
||||||
create-klp-module.c \
|
create-klp-module.c \
|
||||||
create-kpatch-module.c \
|
|
||||||
create-kpatch-module.c lookup.c
|
create-kpatch-module.c lookup.c
|
||||||
|
|
||||||
SOURCES += insn/insn.c insn/inat.c
|
SOURCES += insn/insn.c insn/inat.c
|
||||||
|
|
Loading…
Reference in New Issue