문제

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)

도움이 되었습니까?

해결책

To build video driver alone.

cd linux

make drivers/video/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top