From f130187d73706e3cd10aec14a255d039b679dd69 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 28 Jun 2024 09:52:03 +0200 Subject: [evdi] Fix build with latest version --- core/modules/evdi/module.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/modules/evdi/module.build b/core/modules/evdi/module.build index 4202e365..1868506d 100644 --- a/core/modules/evdi/module.build +++ b/core/modules/evdi/module.build @@ -6,11 +6,11 @@ fetch_source() { build() { local dir - cde "${MODULE_WORK_DIR}/src/evdi/module" - make -C "$KERNEL_HEADERS_DIR" M=$(pwd) \ + cde "${MODULE_WORK_DIR}/src/evdi" + make module CONFIG_DRM_EVDI=m KDIR="$KERNEL_HEADERS_DIR" \ || perror "Could not make .ko" dir="${MODULE_BUILD_DIR}/lib/modules/${TARGET_KERNEL_LONG}/kernel/extra" mkdir -p "$dir" - cp evdi.ko "$dir/" \ - || perror "Couldnotopcy" + cp module/evdi.ko "$dir/" \ + || perror "Couldnotopcy evdi.ko" } -- cgit v1.2.3-55-g7522