Re: Build linux,ko kernel module standalone

2013-01-03 Thread CyberLeo Kitsana
On 01/03/2013 06:57 AM, Martin Laabs wrote: > Hello, > > if I wanna build a kernel module standalone (without the kernel e.g. for > testing) I do it the following way (wlan in this example): > > cd /usr/src/sys/modules/wlan > make all > maybe make install if I wanna install it. > > Now I want do

Build linux,ko kernel module standalone

2013-01-03 Thread Martin Laabs
Hello, if I wanna build a kernel module standalone (without the kernel e.g. for testing) I do it the following way (wlan in this example): cd /usr/src/sys/modules/wlan make all maybe make install if I wanna install it. Now I want do build the linux.ko module with the symbol DEBUG defined and tri