Manoj Menon wrote: >Hi guys, > >Finally I got around to reading "Linux Device Drivers" >3rd Edition. But unfortunately, I've hit a major snag >at the very begining. :-( > >When I try to make (my first module) the "Hello World" >module I get a message like this. > >make: Nothing to be done for `default'. > >My makefile looks like this > >obj-m := hello.o > >I am running Fedora Core 4 (2.6.11-1.1369_FC4) and >I've also installed the kernel sources. > >Any idea, where I am messing up ? > > Manoj,
You can take a look at some example Makefiles here at http://www.thadathil.net/cgi-bin/hgwebdir.cgi/dvb-kernel?cmd=file;filenode=5c16cd1d477bf9e26585df6d5b3e82d063aea996;file=build-2.6/Makefile Manu ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income homes are not online. Make a difference this holiday season! http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/0XFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/dubailug/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
