سؤال

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