| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
The build system of newer kernels now ignores EXTRA_CFLAGS, breaking
builds. Switch to the more modern KCFLAGS variable.
|
| |
|
|
|
|
|
|
| |
Default changed some time between 6.1 and 6.6.
As we build the module for different kernel versions by fetching the
kernel sources and not compiling the whole kernel first, modpost always
complains aboit missing symbols after compilation. Ignore this as it's
expected to happen.
|
|
|
This change restructures the source code directories, separates shared
form non-shared application code and adds CMake dependencies. These
dependencies allow the tracking of changes and trigger a rebuild of
those build targets where changed files are involved.
WARNING: Note that the support of the DNBD3_SERVER_AFL build option is
not supported yet. Thus, the option should be never turned on.
|