Hi bug-make,
When I'm compiling my "helloworld" driver into the linux kernel, the "make" command always show me the following message:
/*
*Scripts/Makefile.build:44: /usr/src/linux-3.11.1/drivers/helloworld/Makefile: No
* such file or directory
*make[2]: *** No rule to make target '/usr/src/linux-3.11.1/drivers/helloworld/Makefile'. Stop.
*make[1]: *** [drivers/helloworld] Error 2
*make: *** [drivers] Error 2
*/
But, in my directory, '/usr/src/linux-3.11.1/drivers/helloworld/' , there does have Makefile file. Please refer to the following picture.
Would you tell me what the reason is?
Thanks a lot!
Have a nice day!