summaryrefslogtreecommitdiffstats
path: root/core/modules/evdi
diff options
context:
space:
mode:
authorSimon Rettberg2022-02-23 22:53:32 +0100
committerSimon Rettberg2022-02-23 22:53:32 +0100
commit115ec841fca2d2acd89d3435282a5cfb0b1d3e2a (patch)
tree86a1846f7aaa7dd11cee517c1ba78ceb1f545141 /core/modules/evdi
parent[evdi] New module: Virtual DisplayInterface (diff)
downloadmltk-115ec841fca2d2acd89d3435282a5cfb0b1d3e2a.tar.gz
mltk-115ec841fca2d2acd89d3435282a5cfb0b1d3e2a.tar.xz
mltk-115ec841fca2d2acd89d3435282a5cfb0b1d3e2a.zip
[evdi] Fix module path
Diffstat (limited to 'core/modules/evdi')
-rw-r--r--core/modules/evdi/module.build2
-rw-r--r--core/modules/evdi/module.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/evdi/module.build b/core/modules/evdi/module.build
index d6a9d39f..4202e365 100644
--- a/core/modules/evdi/module.build
+++ b/core/modules/evdi/module.build
@@ -9,7 +9,7 @@ build() {
cde "${MODULE_WORK_DIR}/src/evdi/module"
make -C "$KERNEL_HEADERS_DIR" M=$(pwd) \
|| perror "Could not make .ko"
- dir="${MODULE_BUILD_DIR}/lib/modules/${TARGET_KERNEL_LONG}/extra"
+ dir="${MODULE_BUILD_DIR}/lib/modules/${TARGET_KERNEL_LONG}/kernel/extra"
mkdir -p "$dir"
cp evdi.ko "$dir/" \
|| perror "Couldnotopcy"
diff --git a/core/modules/evdi/module.conf b/core/modules/evdi/module.conf
index 90c2a5ef..93404598 100644
--- a/core/modules/evdi/module.conf
+++ b/core/modules/evdi/module.conf
@@ -3,7 +3,7 @@
REQUIRED_GIT="https://github.com/DisplayLink/evdi.git"
REQUIRED_FILES="
- /lib/modules/${TARGET_KERNEL_LONG}/extra/evdi.ko
+ /lib/modules/${TARGET_KERNEL_LONG}/kernel/extra/evdi.ko
"
REQUIRED_MODULES="kernel"