lucidm / lcdi2c

Linux Kernel Module for HD44780 with I2C Expander
Other
21 stars 18 forks source link

Module is installed to the incorrect forder #2

Open OvaleZ opened 6 years ago

OvaleZ commented 6 years ago

This module was compiled under the following system (uname -a): Linux orangepipc 4.13.9-sunxi #1 SMP Tue Oct 24 10:21:11 MSK 2017 armv7l GNU/Linux

According to the compilation section module should be installed in "module will be installed in /lib/modules/$(uname -r)/extra" folder.

Under this system "uname -r" looks like: 4.13.9-sunxi

But after performing command from compilation section "make -C /lib/modules/$(uname -r)/build M=$PWD modules_install" .ko nodule is installed in the following folder: /lib/modules/4.13.9/extra

instead of /lib/modules/4.13.9-sunxi/extra

Thx. Dmitry.