I found this on the "easy-slow-down-manager" google code page.
To build the module you need linux kernel source. Unpack module archive and issue:
make -C /path/to/linux/source M=`pwd` modules
This use to work on most linux distros:
make -C /lib/modules/`uname -r`/build M=`pwd` modules


