Frage

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)

War es hilfreich?

Lösung

To build video driver alone.

cd linux

make drivers/video/

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top