Question

I need some kernel module files:

sysfillrect.ko
syscopyarea.ko
sysimgblt.ko
fb_sys_fops.ko

They are supposed to exist in linux/drivers/video but they are not present. Instead I found these files with the same name but with a .c suffix and a makefile. However, when I usemake or make modules, it says that there's no rule for this. How can I use this makefile?

(I use raspian wheezy)

Was it helpful?

Solution

To build video driver alone.

cd linux

make drivers/video/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top