mirror of
https://github.com/dynup/kpatch
synced 2025-01-11 07:39:24 +00:00
rename kpatch-gen to kpatch-diff-gen
This commit is contained in:
parent
fc12020ae3
commit
8483c73b92
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
elf-diff-copy/elf-diff-copy
|
||||
kpatch-diff-gen/kpatch-diff-gen
|
||||
*.o
|
||||
*.o.cmd
|
||||
*.ko
|
||||
|
@ -14,7 +14,7 @@ KMOD_DIR="$SCRIPT_DIR/kmod"
|
||||
KPATCH_REG="$KMOD_DIR/kpatch-register.o"
|
||||
KPATCH_LDS="$KMOD_DIR/kpatch.lds"
|
||||
|
||||
KPATCH_GEN="$SCRIPT_DIR/kpatch-gen/kpatch-gen"
|
||||
KPATCH_GEN="$SCRIPT_DIR/kpatch-diff-gen/kpatch-diff-gen"
|
||||
KPATCHGCC="$SCRIPT_DIR/kpatch-gcc"
|
||||
JOBS=4
|
||||
MAKE_CMD="make -j$JOBS vmlinux"
|
||||
|
@ -1,6 +1,6 @@
|
||||
CC=gcc
|
||||
CFLAGS=-g -Wall
|
||||
PROG=kpatch-gen
|
||||
PROG=kpatch-diff-gen
|
||||
|
||||
.PHONY: all
|
||||
all: $(PROG)
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user