Domanda

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)

È stato utile?

Soluzione

To build video driver alone.

cd linux

make drivers/video/

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top