Hi guys
I've written a simple Module (helloworld :D) but when I want to compile it I got the following error
make: Entering directory `/usr/src/linux-headers-2.6.38-8-generic'
make: Makefile: No such file or directory
make: *** No rule to make target `Makefile'. Stop.
make: Leaving directory `/usr/src/linux-headers-2.6.38-8-generic
Makefile : obj-m := hello.o
The command for compiling : make -C /lib/modules/$(uname -r)/build M=/ modules