problem in make !!!!
I am trying to compile a simple kernel module. this is what m getting when i give d make command.
gigi:/ # make -C usr/src/linux-2.6.24 M=`pwd` modules
make: Entering directory `/usr/src/linux-2.6.24'
scripts/Makefile.build:73: kbuild: Makefile.build is included improperly
CC arch/x86/kernel/asm-offsets.s
GEN /include/asm-x86/asm-offsets.h
Building modules, stage 2.
MODPOST 0 modules
make: Leaving directory `/usr/src/linux-2.6.24'
gigi:/ #
|