Skip to content

Commit

Permalink
app-laptop/tuxedo-keyboard: fix build
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/912445
Signed-off-by: Marc Schiffbauer <[email protected]>
  • Loading branch information
mschiff committed Aug 18, 2023
1 parent 4908b1b commit 397dc74
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8
CONFIG_CHECK="ACPI_WMI INPUT_SPARSEKMAP"

inherit linux-mod-r1 toolchain-funcs
inherit linux-mod-r1

DESCRIPTION="Kernel Module for Tuxedo Keyboard"
HOMEPAGE="https://github.com/tuxedocomputers/tuxedo-keyboard"
Expand All @@ -24,7 +24,7 @@ src_compile() {
tuxedo_keyboard=tuxedo::src
tuxedo_io=tuxedo::src/tuxedo_io
)
local modargs="CC=$(tc-getBUILD_CC) KDIR=${KV_DIR} V=1 KBUILD_VERBOSE=1"
local modargs=( KDIR=${KV_OUT_DIR} )

linux-mod-r1_src_compile
}

0 comments on commit 397dc74

Please sign in to comment.