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

makefile install target #21

Closed ghost closed 11 years ago

ghost commented 12 years ago

Hi,

The acpi_call makefile currently only has a load target.

Could you add something along the following to install the module?

install: $(MAKE) -C $(KDIR) M=$(PWD) INSTALL_MOD_DIR=updates/drivers/acpi INSTALL_MOD_STRIP=1 modules_install

Thanks, Peter