rename kpatch-gen to kpatch-diff-gen

This commit is contained in:
Josh Poimboeuf 2013-01-18 10:45:58 -06:00
parent fc12020ae3
commit 8483c73b92
6 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
elf-diff-copy/elf-diff-copy
kpatch-diff-gen/kpatch-diff-gen
*.o
*.o.cmd
*.ko

View File

@ -1,2 +1,2 @@
all:
$(MAKE) -C kpatch-gen
$(MAKE) -C kpatch-diff-gen

View File

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

View File

@ -1,6 +1,6 @@
CC=gcc
CFLAGS=-g -Wall
PROG=kpatch-gen
PROG=kpatch-diff-gen
.PHONY: all
all: $(PROG)

Binary file not shown.