|
The Linux Wacom Project
|
| Main | News | FAQ | Downloads | Documentation | Help | Development | TOC | All | Oct 11, 2008 |
Linux Wacom Project HOWTO3.3 - Building wacom.c (for kernel 2.4)To build the wacom.o kernel module, you need configure the package with --enable-wacom option. The kernel sources are required as described on the configuration page. Here's how the configuration should generally look:
As shown above, the kernel directory was detected and the wacom.o module will be built. If the kernel option shows "no", you will need to specify the --with-kernel option and the correct directory. To build the driver, just run make. The output will be a file called wacom.o. It is located in the
linuxwacom package's src/2.4 directory for versions older than 2.4.22.
For versions 2.4.22 or newer, it is in src/2.4.22 directory. This is
your replacement driver.
|