mirror of
https://github.com/dynup/kpatch
synced 2025-04-27 05:27:57 +00:00
always rebuild core module
If the kernel updates, make won't detect that the core module needs rebuilding. So always rebuild it.
This commit is contained in:
parent
e8fb594637
commit
d4ab5fab2e
@ -1,6 +1,6 @@
|
||||
include ../Makefile.inc
|
||||
|
||||
all:
|
||||
all: clean
|
||||
$(MAKE) -C core
|
||||
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user