mkottman / acpi_call

A linux kernel module that enables calls to ACPI methods through /proc/acpi/call. Now with support for Integer, String and Buffer parameters.
309 stars 130 forks source link

compilation error 3.12.1 kernel #45

Open efhalo opened 10 years ago

efhalo commented 10 years ago

Hi,

I have compile error since 3.12 kernel:

make -C /lib/modules/3.12-1-686-pae/build M=/home/efhalo/acpi_call-1.1.0 modules make[1]: Entering directory /usr/src/linux-headers-3.12-1-686-pae' Makefile:10: *** mixed implicit and normal rules. Stop. make[1]: Leaving directory/usr/src/linux-headers-3.12-1-686-pae' make: *\ [default] Error 2

uname -a Linux thamuz 3.12-1-686-pae #1 SMP Debian 3.12.6-1 (2013-12-21) i686 GNU/Linux