Results 1 to 1 of 1
I created a kernel module for the 2.6.33 kernel outside the kernel source directory . When i give the make command it says
Code:
Nothing to be done for /root/mydrivers
...
- 10-10-2010 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 24
Trouble compiling module
I created a kernel module for the 2.6.33 kernel outside the kernel source directory . When i give the make command it says
Here's my makefileCode:Nothing to be done for /root/mydrivers
my module source is in /root/mydrivers and the kernel source in /root/kerndev/linux-2.6Code:obj-m=mydriver.o modules : make -C ../kerndev/linux-2.6/M=$(PWD) modules clean: make -C ../kerndev/linux-2.6/M=$(PWD) clean


Reply With Quote
