diff options
| author | Manuel Bentele | 2020-10-13 16:19:21 +0200 |
|---|---|---|
| committer | Manuel Bentele | 2020-10-13 16:19:21 +0200 |
| commit | 111a2350ac1967b62ffa3024371819c812c46844 (patch) | |
| tree | e31808a39291fe3bfa53e921a51dc74be36468ae /kernel/tests/include/lapi | |
| parent | Added separate Linux kernel install directory and added version to kernel mod... (diff) | |
| download | xloop-111a2350ac1967b62ffa3024371819c812c46844.tar.gz xloop-111a2350ac1967b62ffa3024371819c812c46844.tar.xz xloop-111a2350ac1967b62ffa3024371819c812c46844.zip | |
Added support to keep track of kernel file changes in CMake
With this patch, CMake keeps track of changes to original xloop Linux
kernel source files. CMake will copy each file if a change is detected
without rebuiling the CMake build and cache files.
Futhrmore, changed default paths of udev rules and xloop kernel modules
to be installed.
Diffstat (limited to 'kernel/tests/include/lapi')
| -rw-r--r-- | kernel/tests/include/lapi/xloop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/tests/include/lapi/xloop.h b/kernel/tests/include/lapi/xloop.h index 8e57b31..769d1f0 100644 --- a/kernel/tests/include/lapi/xloop.h +++ b/kernel/tests/include/lapi/xloop.h @@ -8,7 +8,7 @@ #include "config.h" #include <linux/types.h> -#include <linux/xloop.h> +#include <uapi_xloop.h> #ifndef LO_FLAGS_PARTSCAN # define LO_FLAGS_PARTSCAN 8 |
