mirror of
https://github.com/dynup/kpatch
synced 2025-03-23 03:16:31 +00:00
change output object to match kpatch-build script
Signed-off-by: Seth Jennings <sjenning@redhat.com>
This commit is contained in:
parent
7340fde7b5
commit
e856a15881
@ -3,7 +3,7 @@ KPATCH_MAKE = $(MAKE) -C $(KPATCH_BUILD) M=$(PWD)
|
||||
|
||||
obj-m += kpatch-patch.o
|
||||
|
||||
kpatch-patch-objs += kpatch-patch-hook.o kpatch.lds ../output.kpatch_gen
|
||||
kpatch-patch-objs += kpatch-patch-hook.o kpatch.lds output.o
|
||||
|
||||
all: kpatch-patch.ko
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user