mirror of
https://github.com/dynup/kpatch
synced 2025-04-25 20:48:01 +00:00
The modpost step complains about one of our generated files, output.o and that it can't find a corresponding .cmd file for it (full path names stripped): WARNING: could not find .output.o.cmd for output.o This was turned into an error in v5.8: .output.o.cmd: No such file or directory Avoid this by creating an empty .cmd file so that modpost acknowledges that the file exists, but doesn't parse anything out of it. Fixes #1125 Reported-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com> (for v5.8+) Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com> |
||
---|---|---|
.. | ||
gcc-plugins | ||
insn | ||
create-diff-object.c | ||
create-klp-module.c | ||
create-kpatch-module.c | ||
kpatch-build | ||
kpatch-elf.c | ||
kpatch-elf.h | ||
kpatch-gcc | ||
kpatch-intermediate.h | ||
kpatch.h | ||
list.h | ||
log.h | ||
lookup.c | ||
lookup.h | ||
Makefile |