diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2023-08-18 13:16:43 +0200 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2023-08-18 13:17:04 +0200 |
commit | 397dc74249179eba720f71904d706fc0efbb2dd5 (patch) | |
tree | 4f4f87b28c7926f6b2ce95570f86b5f3daa17a94 /app-laptop | |
parent | media-video/amdgpu-pro-amf: add 1.4.29.1580631, 1.4.30.1620044 (diff) | |
download | gentoo-397dc74249179eba720f71904d706fc0efbb2dd5.tar.gz gentoo-397dc74249179eba720f71904d706fc0efbb2dd5.tar.bz2 gentoo-397dc74249179eba720f71904d706fc0efbb2dd5.zip |
app-laptop/tuxedo-keyboard: fix build
Closes: https://bugs.gentoo.org/912445
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild (renamed from app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10.ebuild b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild index 2323f1883ec3..f3c83e786b3f 100644 --- a/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10.ebuild +++ b/app-laptop/tuxedo-keyboard/tuxedo-keyboard-3.2.10-r1.ebuild @@ -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" @@ -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 } |