hi, > [root@RHEL5U3-DL580G4 new]# cat Makefile > > obj-m := dirac.o > > dirac-objs = $(patsubst %.c,%.ko,$(wildcard , *.c)) please try changing this line to dirac-objs = $(patsubst %.c,%.o,$(wildcard , *.c)) regards vibi sreenivasan -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ