app-emulation/vendor-reset: Fix porting mistakes

Thanks ionen

Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
This commit is contained in:
Nick Sarnie
2023-06-19 15:33:45 -04:00
parent 91ec01b6db
commit 429ab1a397
2 changed files with 4 additions and 2 deletions

View File

@@ -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
}

View File

@@ -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
}