games-util/xone: enable verbose logging

Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
Alfred Wingate 2022-12-23 11:00:57 +02:00
parent bac0e2793b
commit af7f26bc21
No known key found for this signature in database
GPG Key ID: A12750536B5E7010
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ pkg_setup() {
linux-mod_pkg_setup
BUILD_TARGETS="module"
BUILD_PARAMS="KERNEL_DIR=${KERNEL_DIR}"
BUILD_PARAMS="KERNEL_DIR=${KERNEL_DIR} V=1"
if linux_chkconfig_present CC_IS_CLANG; then
tc-is-clang || : "${KERNEL_CC:=${CHOST}-clang}"

View File

@ -31,7 +31,7 @@ MODULE_NAMES="
xone-gip-guitar(kernel/drivers/input/joystick)
"
BUILD_TARGETS="module"
BUILD_PARAMS="KERNEL_DIR=${KERNEL_DIR}"
BUILD_PARAMS="KERNEL_DIR=${KERNEL_DIR} V=1"
BDEPEND="app-arch/cabextract"