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:
George Guo 2024-10-17 18:19:31 +08:00
parent 2f6a812a5f
commit b5d955cf4c
1 changed files with 0 additions and 1 deletions

View File

@ -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