22 Jul
2024
22 Jul
'24
15:05
On Jul 22, 2024, at 9:51 AM, Roger Oberholtzer <roger.oberholtzer@gmail.com> wrote:
I am trying to build a kernel module out of the kernel source tree. I am trying this on leap 15.6
I am pretty sure that the module in question supports this. I am guessing that I am missing some additional package.
The complaint is as follows:
ERROR: Kernel configuration is invalid. include/generated/autoconf.h or include/config/auto.conf are missing.
Have you tried this!
Run 'make oldconfig && make prepare' on kernel src to fix it.
Ken