On 6/19/05, MHD.Tayseer <gilmour@xxxxxxxxxxx> wrote: > I've read the > /src/Documentation/kbuild/modules.txt > /src/Documentation/kbuild/makefiles.txt > and everything went right after that Hi Tayseer, Thanks for the mail. I had checked out the makefiles.txt and modules.txt and my Makefile is similar to the one they have discussed: KERNEL_SOURCE = /usr/src/linux-`uname -r`/ CFLAGS = -g -D__KERNEL__ -DMODULE -I$(KERNEL_SOURCE)/include -O -Wall KERNELRELEASE="2.6.4-52-default" obj-m := t2.o default: make -C ${KERNEL_SOURCE} SUBDIRS=`pwd` modules -- modinfo module.ko gives: vermagic: 2.6.4-52-default 586 REGPARM gcc-3.3 What next? ./h -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/