From 429ab1a39726f2465894e31e0eeb3dc2dc372e38 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Mon, 19 Jun 2023 15:33:45 -0400 Subject: app-emulation/vendor-reset: Fix porting mistakes Thanks ionen Signed-off-by: Nick Sarnie --- app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r1.ebuild | 3 ++- app-emulation/vendor-reset/vendor-reset-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'app-emulation/vendor-reset') diff --git a/app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r1.ebuild b/app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r1.ebuild index 81c03b66a2bf..76b16c2eb09d 100644 --- a/app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r1.ebuild +++ b/app-emulation/vendor-reset/vendor-reset-0.1.1_pre20221205-r1.ebuild @@ -27,7 +27,8 @@ S="${WORKDIR}/${PN}-${EGIT_COMMIT}" CONFIG_CHECK="FTRACE KPROBES PCI_QUIRKS KALLSYMS FUNCTION_TRACER" src_compile() { - local modlist=( vendor-reset=extra ) + local modlist=( vendor-reset ) + local modargs=( KDIR="${KV_OUT_DIR}" ) linux-mod-r1_src_compile } diff --git a/app-emulation/vendor-reset/vendor-reset-9999.ebuild b/app-emulation/vendor-reset/vendor-reset-9999.ebuild index c02b2add3f0b..1249682016dd 100644 --- a/app-emulation/vendor-reset/vendor-reset-9999.ebuild +++ b/app-emulation/vendor-reset/vendor-reset-9999.ebuild @@ -26,7 +26,8 @@ RDEPEND="${DEPEND}" CONFIG_CHECK="FTRACE KPROBES PCI_QUIRKS KALLSYMS FUNCTION_TRACER" src_compile() { - local modlist=( vendor-reset=extra ) + local modlist=( vendor-reset ) + local modargs=( KDIR="${KV_OUT_DIR}" ) linux-mod-r1_src_compile } -- cgit v1.2.3-65-gdbad