t-8ch / linux-gigabyte-wmi-driver

Linux Driver for WMI on Gigabyte Mainboards. LEGACY. New development happens in mainline Linux.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/platform/x86/gigabyte-wmi.c
30 stars 4 forks source link

build fails if parent directory path contain spaces #9

Closed nemoinis closed 3 years ago

nemoinis commented 3 years ago

my path was .../hardware/Motherboards/Gigabyte Z390 AORUS PRO - zulu/sensors_info/linux-gigabyte-wmi-driver-main/

make failed; removing the spaces fixed the issue, but this should be fixed in the Makefile. thanks.

t-8ch commented 3 years ago

This is a contraint of the kernels build system.

t-8ch commented 3 years ago

This driver is now part of Linux mainline and development has been moved there.